about summary refs log tree commit diff
AgeCommit message (Expand)Author
2020-03-13afl-common.c: avoid AFL++'s allocation API for libc's argv[] and reducehexcoder-
2020-03-12test.sh: make afl-cmin.bash test dependent on bashhexcoder-
2020-03-12fix afl-common.c for *BSDhexcoder-
2020-03-11Fixed typo (#253)David Tomaschik
2020-03-11updated README, ideas and a missing clean in Makefilevan Hauser
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-11afl-cmin delete output directory when abortedhexcoder
2020-03-11remove wrong call to write_to_file when aborted by userhexcoder
2020-03-11Fix typo (#247)intrigus-lgtm
2020-03-11Replace timer with select in forkserver, where possible (#246)Rishi Ranjan
2020-03-10forkserver defaultsDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-03-10removed debug outputvan Hauser
2020-03-10Replace alarms with select and threads (#243)Rishi Ranjan
2020-03-10this should fix travisvan Hauser
2020-03-10document new environment variables and code formatvan Hauser
2020-03-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan Hauser
2020-03-10imported InsTrim algo fixvan Hauser
2020-03-10afl-tmin is fixed via default initialization in forkservervan Hauser
2020-03-09removed unused varsDominik Maier
2020-03-09now wiht 90% less leaksDominik Maier
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and c...van Hauser
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and c...van Hauser
2020-03-09replaced free with ck_freeDominik Maier
2020-03-09fixed numerous leaksDominik Maier
2020-03-09fix leaksvan Hauser
2020-03-09copyleft noteAndrea Fioraldi
2020-03-09changelogAndrea Fioraldi
2020-03-09updated changelog and todovan Hauser
2020-03-09code-formatvan Hauser
2020-03-09disable leaksanitizer when "make" ... morevan Hauser
2020-03-09disable leaksanitizer when "make"van Hauser
2020-03-09expanded test-instr to also work with input files via "-f @@" and changed the...van Hauser
2020-03-09AFL without globals (#220)Dominik Maier
2020-03-09removed warning in afl-gcc-pass.so.ccvan Hauser
2020-03-09more honoring be_quietvan Hauser
2020-03-09honor no_quiet for missing llvm_mode output, also print to stderr with afl-*-...van Hauser
2020-03-09Merge pull request #240 from rish9101/refactorvan Hauser
2020-03-09reactivated LTO persistent mode to test.shvan Hauser
2020-03-09more detail to the fact that LTO mode can fail easilyvan Hauser
2020-03-09more code formatvan Hauser
2020-03-09bug fixes to afl-ld and intensive README.lto.md update on errors and how to d...van Hauser
2020-03-09Remove get_cut_time function from multiple places and refactor coderish9101
2020-03-08fix null ptr deferef in pre_save python mutator callAndrea Fioraldi
2020-03-08afl-ld fixes for -L/-l .a libary loadsvan Hauser
2020-03-08"fixed" symbol multiply defined problems with LTOvan Hauser
2020-03-08mark AFL_PYTHON_ONLY deprecatedvan Hauser
2020-03-08Merge pull request #238 from h1994st/masterAndrea Fioraldi
2020-03-08Merge pull request #239 from 0x1eadbead/fix-qemu-32-on-64Andrea Fioraldi
2020-03-08fix qemu persistent mode for 32-bit target on 64-bit host0x1eadbead