about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
2021-04-14fix aflpp qemu hookvanhauser-thc
2021-04-14ui updatevanhauser-thc
2021-04-13afl-whatsup -dvanhauser-thc
2021-04-13add AFL_EXIT_ON_SEED_ISSUESvanhauser-thc
2021-04-09Update ideas.mdUjjwal Kirti
Hey, I noticed there was a spelling error in above documentation for GSOC '21. I have corrected it, you can have a look at it if you want.
2021-04-09update grammar-mutator, show better fuzzing strategy yieldsvanhauser-thc
2021-04-09fix afl_custom_queue_new_entry when syncingvanhauser-thc
2021-04-04cleanupvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-04Move definition of __AFL_LEAK_CHECK inside ifguards,Joshua Rogers
use LSAN_OPTIONS=print_suppressions=0
2021-04-03Fix typos,Joshua Rogers
Use symbolize=0 for LSAN, Remove syntactic sugar.
2021-04-02Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.Joshua Rogers
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2021-03-27ensure one fuzzer sync per cycle, cycle introspectionvanhauser-thc
2021-03-26Merge pull request #847 from zouyonghao/patch-1van Hauser
Update custom_mutators.md
2021-03-26Update custom_mutators.mdYong-Hao Zou
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-25remove InsTrimvanhauser-thc
2021-03-25update changelogvanhauser-thc
2021-03-24changelog infovanhauser-thc
2021-03-24Merge branch 'replay' into tmpvan Hauser
2021-03-24v3.13a initvanhauser-thc
2021-03-24v3.12c ready to govanhauser-thc
2021-03-24v3.12c releasevanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-23fixed tiny nitpicksDominik Maier
2021-03-23fix our PCGUARD for llvm 10.0.1aflpp
2021-03-22add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES docJoshua Pereyda
2021-03-22fix LTO selective instrumentationvanhauser-thc
2021-03-22show afl-cc NATIVE when auto usedvanhauser-thc
2021-03-19Merge branch 'dev' into devvan Hauser
2021-03-20add AFL_TARGET_ENV to afl-fuzzfuzzah
2021-03-19fix for new llvm 13 changevanhauser-thc
2021-03-17better map variabilityvanhauser-thc
2021-03-16no runtime for shared linkingvanhauser-thc
2021-03-16changelogAndrea Fioraldi
2021-03-16rtn fixvanhauser-thc
2021-03-16Merge pull request #818 from realmadsci/add-qemu-custom-binAndrea Fioraldi
Add AFL_QEMU_CUSTOM_BIN environment flag
2021-03-15v3.12a initvanhauser-thc
2021-03-15v3.11c releasevanhauser-thc
2021-03-15Add AFL_QEMU_CUSTOM_BIN environment flagrealmadsci
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-12added ui change to changelogDominik Maier
2021-03-10gsoc2021 clarificationvanhauser-thc
2021-03-09Merge pull request #785 from MarcoFalke/patch-1van Hauser
doc: Add lld to required dependencies
2021-03-09fix compiler rt on -cvanhauser-thc
2021-03-09add AFL_NOOPTvanhauser-thc
2021-03-09fix sanitizer settingsvanhauser-thc
2021-03-08update changelogvanhauser-thc
2021-03-07documentation for AFL_PERSISTENT_RECORDvanhauser-thc
2021-03-06Merge pull request #778 from AFLplusplus/devvan Hauser
This fixes 3 different crash issues