Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | add libafl to binary-only doc | vanhauser-thc | |
2021-05-22 | turn off map size detection if skip_bin_check is set | vanhauser-thc | |
2021-05-22 | update binary-only doc | vanhauser-thc | |
2021-05-22 | added info about showmap queue directions | Dominik Maier | |
2021-05-21 | fix llvm-dict2file | vanhauser-thc | |
2021-05-17 | more documentation for AFL_EXIT_ON_TIME | Dominik Maier | |
2021-05-17 | AFL_PRINT_FILENAMES added | Dominik Maier | |
2021-05-17 | no core dumps | vanhauser-thc | |
2021-05-11 | fix a few cur_time uses | vanhauser-thc | |
2021-05-11 | OSX-specific improvements (#912) | Dustin Spicuzza | |
* Fix afl-cc to work correctly by default on OSX using xcode - CLANG_ENV_VAR must be set for afl-as to work - Use clang mode by default if no specific compiler selected * Add OSX-specific documentation for configuring shared memory | |||
2021-05-10 | arch linux and mac os support for afl-system-config | vanhauser-thc | |
2021-05-07 | Exit on time (#904) | Roman M. Iudichev | |
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed. | |||
2021-05-06 | unicorn fixes | Dominik Maier | |
2021-05-06 | unicorn mips fixes | Dominik Maier | |
2021-04-30 | fix stdin trimming | vanhauser-thc | |
2021-04-30 | update changelog | vanhauser-thc | |
2021-04-30 | fix PCGUARD, build aflpp_driver with fPIC | vanhauser-thc | |
2021-04-28 | nits | vanhauser-thc | |
2021-04-26 | fixed example location | Dominik Maier | |
2021-04-26 | moved custom_mutator examples | Dominik Maier | |
2021-04-19 | drop support for llvm < 6.0 | vanhauser-thc | |
2021-04-16 | update docs | vanhauser-thc | |
2021-04-16 | fix nits | vanhauser-thc | |
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 | |