Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | fix aflpp qemu hook | vanhauser-thc | |
2021-04-14 | ui update | vanhauser-thc | |
2021-04-13 | afl-whatsup -d | vanhauser-thc | |
2021-04-13 | add AFL_EXIT_ON_SEED_ISSUES | vanhauser-thc | |
2021-04-09 | Update ideas.md | Ujjwal 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-09 | update grammar-mutator, show better fuzzing strategy yields | vanhauser-thc | |
2021-04-09 | fix afl_custom_queue_new_entry when syncing | vanhauser-thc | |
2021-04-04 | cleanup | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-04 | Move definition of __AFL_LEAK_CHECK inside ifguards, | Joshua Rogers | |
use LSAN_OPTIONS=print_suppressions=0 | |||
2021-04-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
2021-04-02 | Replace __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 environment | Joshua 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-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |
2021-03-26 | Merge pull request #847 from zouyonghao/patch-1 | van Hauser | |
Update custom_mutators.md | |||
2021-03-26 | Update custom_mutators.md | Yong-Hao Zou | |
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-25 | update changelog | vanhauser-thc | |
2021-03-24 | changelog info | vanhauser-thc | |
2021-03-24 | Merge branch 'replay' into tmp | van Hauser | |
2021-03-24 | v3.13a init | vanhauser-thc | |
2021-03-24 | v3.12c ready to go | vanhauser-thc | |
2021-03-24 | v3.12c release | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-23 | fixed tiny nitpicks | Dominik Maier | |
2021-03-23 | fix our PCGUARD for llvm 10.0.1 | aflpp | |
2021-03-22 | add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc | Joshua Pereyda | |
2021-03-22 | fix LTO selective instrumentation | vanhauser-thc | |
2021-03-22 | show afl-cc NATIVE when auto used | vanhauser-thc | |
2021-03-19 | Merge branch 'dev' into dev | van Hauser | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-19 | fix for new llvm 13 change | vanhauser-thc | |
2021-03-17 | better map variability | vanhauser-thc | |
2021-03-16 | no runtime for shared linking | vanhauser-thc | |
2021-03-16 | changelog | Andrea Fioraldi | |
2021-03-16 | rtn fix | vanhauser-thc | |
2021-03-16 | Merge pull request #818 from realmadsci/add-qemu-custom-bin | Andrea Fioraldi | |
Add AFL_QEMU_CUSTOM_BIN environment flag | |||
2021-03-15 | v3.12a init | vanhauser-thc | |
2021-03-15 | v3.11c release | vanhauser-thc | |
2021-03-15 | Add AFL_QEMU_CUSTOM_BIN environment flag | realmadsci | |
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-12 | added ui change to changelog | Dominik Maier | |
2021-03-10 | gsoc2021 clarification | vanhauser-thc | |
2021-03-09 | Merge pull request #785 from MarcoFalke/patch-1 | van Hauser | |
doc: Add lld to required dependencies | |||
2021-03-09 | fix compiler rt on -c | vanhauser-thc | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-09 | fix sanitizer settings | vanhauser-thc | |
2021-03-08 | update changelog | vanhauser-thc | |
2021-03-07 | documentation for AFL_PERSISTENT_RECORD | vanhauser-thc | |
2021-03-06 | Merge pull request #778 from AFLplusplus/dev | van Hauser | |
This fixes 3 different crash issues |