about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-18Merge pull request #607 from AFLplusplus/devvan Hauser
push to stable
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-
2020-11-14fix non instrumented mode, fix check_binaryhexcoder-
2020-11-14no binary checking in noninstrumented modehexcoder-
2020-11-14Merge pull request #603 from musicinmybrain/devvan Hauser
Minor typo and phrasing fixes in README.md and CONTRIBUTING.md
2020-11-13More idiomatic phrasing in CONTRIBUTING.mdBenjamin Beasley
2020-11-13In README.md, change “in the website” to “on the website,” which is ↵Benjamin Beasley
more idiomatic.
2020-11-13fix you/your typo in README.mdBenjamin Beasley
2020-11-13Fixed memleaks, change exit to PFATALRumata888
2020-11-13restore qemuafl submoduleAndrea Fioraldi
2020-11-13updated README to point out that if several laf-intel instances are used, -M ↵van Hauser
main should be one of them to be able to share the intermediate results
2020-11-13fix frida example debug outputvan Hauser
2020-11-13more small fixeshexcoder-
2020-11-12more fixes, leaks and compile errorshexcoder-
2020-11-12another two mem leakshexcoder-