aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan 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-09fixed numerous leaksDominik Maier
2020-03-09fix leaksvan Hauser
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
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-09more code formatvan 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-07Add two new hooks for the custom mutatorh1994st
2020-03-07solve linking error when python is not availableAndrea Fioraldi
2020-03-07custom havoc mutationAndrea Fioraldi
2020-03-07afl-tmin hang mode addedDominik Maier
2020-03-05Fix leaks when stopping afl (#228)Dominik Maier
2020-03-05added AFL_QUIET - be_quiet to afl-showmap and small changes to test.shvan Hauser
2020-03-05clarify -N optionvan Hauser
2020-03-04fix null ptr deref before trim_case_custom callAndrea Fioraldi
2020-03-03Update the documents of the custom mutatorh1994st
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
2020-03-02Refactoring `fuzz_py` APIh1994st
2020-03-02Add initialization funcation wrapper for Python mutatorh1994st
2020-03-02Uniform API for both Python and custom mutatorh1994st
2020-03-02Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-02Add new APIs for the custom mutatorh1994st
2020-03-02Autoresume added to helpDominik Maier
2020-03-01migrated autoresume to use get_afl_envDominik Maier
2020-03-01Added AFL_AUTORESUME optionDominik Maier
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to thi...van Hauser
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ...van Hauser
2020-02-28add env info to afl-fuzz (please review!), small clarifications in docs/env_v...hexcoder-
2020-02-28add env info to afl-clang-fast, small Android changehexcoder-
2020-02-28add env info to afl-showmap, in qemu_mode add forgotten MacOSX env var to afl...hexcoder-
2020-02-28i am too tired :-(van Hauser
2020-02-28cmplog_shm shmat was missing result checkvan Hauser
2020-02-28code-formatvan Hauser
2020-02-27Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-27bye bye SanCov for CmpLogAndrea Fioraldi
2020-02-27Fix hanging fork and child with -V -EKonrad Welc
2020-02-26catch if shmat failsvan Hauser
2020-02-25beautifying man pageshexcoder-
2020-02-25man page tuninghexcoder-