about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-02-26catch if shmat failsvan Hauser
2020-02-25beautifying man pageshexcoder-
2020-02-25Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2020-02-25man page tuninghexcoder-
2020-02-25Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-25fix #212Andrea Fioraldi
2020-02-25more env info for afl-plot and afl-analyzehexcoder-
2020-02-25portability: replace GNU extension of date (-I) with posix "+%y-%m-%d"hexcoder-
2020-02-25disable arm64 travis because they are buggyvan Hauser
2020-02-25update docker infovan Hauser
2020-02-25afl-gcc change -> test.shvan Hauser
2020-02-25left over README reference fixhexcoder-
2020-02-25fix references to README docshexcoder-
2020-02-24sync afl-as setup with afl-llvm-rt (add __afl_area_ptr[0] = 1)hexcoder-
2020-02-24add env info to afl-tminhexcoder-
2020-02-242.61d initvan Hauser
2020-02-24v2.61c 2.61cvan Hauser
2020-02-24workaround for travis bugvan Hauser
2020-02-24important InsTrim bugfix!van Hauser
2020-02-24important InsTrim fixes!van Hauser
2020-02-23fix -m32 on arm (-> -m32be), make 64 bit version explicit (do not assume 64 ↵hexcoder-
bit as default)
2020-02-23fix -m32 on arm 32 bit (is -m32be). make 32 and 64 bit varaints optionalhexcoder-
2020-02-23fix stupid gcc compiler warnings on arm32 (specified size 4294967284 exceeds ↵hexcoder-
maximum object size 2147483647)
2020-02-22packages at readme (#209)Ankit Choudhary
* packages at readme
2020-02-22fix travis weirdness - hopefullyvan Hauser
2020-02-22readme updatevan Hauser
2020-02-21improve redqueen not looking in orig bufAndrea Fioraldi
2020-02-21Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-21test compcov and persistent also on armAndrea Fioraldi
2020-02-21ooops, I forgot to merge thsi part :(Andrea Fioraldi
2020-02-21no unnecessary warnings in test.shvan Hauser
2020-02-21fix oob flip_bit in mopt codeAndrea Fioraldi
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-21this should fix arm64 travisvan Hauser
2020-02-21more arm64 travis debugvan Hauser
2020-02-21travis arm64 debug for heikovan Hauser
2020-02-21libradamsa-test fixvan Hauser
2020-02-21add env var descriptions for afl-cmin and afl-cmin.bashhexcoder-
2020-02-20Merge pull request #203 from RootUp/patch-2Dominik Maier
Regular expression dictonary
2020-02-20GSOC <3Dominik Maier
2020-02-21Update regexp.dictDhiraj Mishra
2020-02-20gsoc2020van Hauser
2020-02-20add AFL_DEBUG to docs/envvan Hauser
2020-02-19remove AFL_QUIET from call to afl-showmaphexcoder
2020-02-19fix forkserver output (support AFL_QUIET)hexcoder-
2020-02-19Merge pull request #202 from vanhauser-thc/cmplog_routinesAndrea Fioraldi
Cmplog routines for LLVM mode
2020-02-19merge afl-llvm-cmplog-rt into afl-llvm-rtAndrea Fioraldi
2020-02-19afl-cmin bugfix if -o existsvan Hauser
2020-02-19fixed -A in afl-showmapDominik Maier
2020-02-19fix test.shvan Hauser