about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-12-04updated helper_scripts from battelle/afl-unicornDominik Maier
2020-12-03updated unicornDominik Maier
2020-12-03fix for afl-ccvan Hauser
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-12-02move debug printvan Hauser
2020-12-02very complete runtime lookup rewritevan Hauser
2020-12-02typohexcoder
2020-12-01remove docs/README symlink and update referencesvan Hauser
2020-12-01renamed examples/ to utils/vanhauser-thc
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-30update clang-format to 11van Hauser
2020-11-30more DEBUGFvan Hauser
2020-11-30add DEBUGFvan Hauser
2020-11-30update persistent docvan Hauser
2020-11-30fix wrong rename in testvan Hauser
2020-11-30persistent_demo -> persistent_modevan Hauser
2020-11-30persistent_demo -> persistent_modevan Hauser
2020-11-30more explanationvan Hauser
2020-11-28fix make DEBUG=1hexcoder-
2020-11-27no fancy special options for the fundamental test compile (no unnecessary ↵hexcoder-
dependencies)
2020-11-27remove wrong quotinghexcoder-
2020-11-27add -lm, afl-fuzz-queue.c wants log2(), fix GNUmakefile syntaxhexcoder-
2020-11-01reenable afl-clang(++)hexcoder-
2020-11-24Fix reference, add missing word 'directory'hexcoder
2020-11-24test-pre.sh: remove old uses of afl-clang, afl-cc.c: add missing env.var. ↵hexcoder-
AFL_LLVM_LAF_ALL
2020-11-24fix compiler warning turned error on NetBSDhexcoder-
2020-11-23fix linksvan Hauser
2020-11-19fixed child not killed with -cvan Hauser
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
Saves an extra copy, gives post processing functions more flexibility
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-18typos and wordinghexcoder
2020-11-18typohexcoder
2020-11-18more info about child_debugDominik Maier
2020-11-18fixed simple yet stupid bugDominik Maier
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-18brought back missing env varsDominik Maier
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-17fix: avoid preprocessor logic in macro arguments (not portable)hexcoder-
2020-11-17fix two exotic mem leaks detected by cppcheckhexcoder-
2020-11-17micro optimization: allocate only when neededhexcoder-
2020-11-17fix sync issuevan Hauser
2020-11-17Merge pull request #601 from Rumata888/fixing_symccvan Hauser
Fixing symcc custom mutator
2020-11-17Fixed fd leak on early exit and closed pipes before early exits and PFATALRumata888
2020-11-16support AFL_LLVM_INSTRUMENT env for our own PCGUARDvan Hauser
2020-11-15Merge pull request #604 from virtuald/optional-py-fuzzvan Hauser
Actually make python 'fuzz' method optional
2020-11-14Actually make python 'fuzz' method optionalDustin Spicuzza
At some point mutator->afl_custom_fuzz was allowed to be NULL, so do that instead of crashing
2020-11-14typohexcoder-
2020-11-14fix error handling in fauxserverhexcoder-
2020-11-14now really fix -nhexcoder-
2020-11-14add sanity check for -M/-S argumentshexcoder-