Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | symqemu fix | vanhauser-thc | |
2023-05-18 | symqemu mutator options | vanhauser-thc | |
2023-05-18 | improved symqemu custom mutator | vanhauser-thc | |
2023-05-17 | fix debug build | vanhauser-thc | |
2023-05-17 | enforce python setting detection | vanhauser-thc | |
2023-05-17 | add symqemu custom mutator | vanhauser-thc | |
2023-05-16 | add missing envs in the docs | vanhauser-thc | |
2023-05-16 | fix | vanhauser-thc | |
2023-05-16 | fix tritondse | vanhauser-thc | |
2023-05-15 | add target_intelligence | vanhauser-thc | |
2023-05-15 | Merge branch 'stable' into dev | van Hauser | |
2023-05-12 | add @responsefile support for afl-cc | vanhauser-thc | |
2023-05-12 | afl-clang-lto incomptable with -flto=thin | vanhauser-thc | |
2023-05-12 | update qemu_mode | vanhauser-thc | |
2023-05-11 | qemuafl: Persistent mode for PPC32 targets | Dominik Maier | |
2023-05-11 | next steps for tritondse | vanhauser-thc | |
2023-05-10 | better tritondse support | vanhauser-thc | |
2023-05-09 | fix makefile | vanhauser-thc | |
2023-05-06 | disable macos in the ci, works fine for me | vanhauser-thc | |
2023-05-05 | GNUmakefile: Update LLVM instructions (#1728) | Moshe Kaplan | |
Update LLVM instructions, because versions higher than 14 are supported and to be explicit that LLD is also required | |||
2023-05-05 | update libnyx (#1727) | Sergej Schumilo | |
2023-05-05 | tritondse fixes | vanhauser-thc | |
2023-05-05 | tritondse custom mutator attempt | vanhauser-thc | |
2023-05-04 | afl-fuzz.c: Document -i - in --help (#1725) | Moshe Kaplan | |
afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely. | |||
2023-05-02 | fix afl-system-config for macos | vanhauser-thc | |
2023-05-01 | fix reallocs | vanhauser-thc | |
2023-05-01 | Should memset EFF_ALEN(len) of eff_map (#1722) | lazymio | |
2023-05-01 | docs | vanhauser-thc | |
2023-05-01 | fix effector map | vanhauser-thc | |
2023-04-28 | add frida mode tutorial | vanhauser-thc | |
2023-04-28 | more llvm 17 | vH | |
2023-04-28 | llvm 17 changes | vH | |
2023-04-28 | llvm 17 changes | vH | |
2023-04-28 | doc, code format | vanhauser-thc | |
2023-04-28 | Source Code Coverage support for Nyx (Part 1) (#1720) | Christian Holler (:decoder) | |
* Additional source code reformatting in afl-compiler-rt * Add source code coverage support to afl-compiler-rt (for use with Nyx) | |||
2023-04-27 | afl-showmap: Start a only a single fork server (#1718) | Nick Potenski | |
A forkserver is started by afl_fsrv_get_mapsize() when dynamically finding the map size. When an input directory option is specified a second fork server was also started. This commit re-arranges the inits for several forkserver struct members so that we can re-use the server started by the get_mapsize() call when not in coresight/qemu/unicorn modes and just start the server otherwise. | |||
2023-04-27 | nits | vanhauser-thc | |
2023-04-27 | Add "Hangs saved" to afl-whatsup (#1717) | fxlb | |
The hangs could show long or infinite loops. This is important. Co-authored-by: van Hauser <vh@thc.org> | |||
2023-04-27 | slightly different weighting algo (#1719) | van Hauser | |
* better seed selection * slightly different weighting calculation * remove unnecessary memset | |||
2023-04-27 | more debug | vanhauser-thc | |
2023-04-27 | update readme | vanhauser-thc | |
2023-04-27 | afl++ -> AFL++ | vanhauser-thc | |
2023-04-26 | Merge pull request #1715 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-04-26 | changelog updates | vanhauser-thc | |
2023-04-25 | nits | vanhauser-thc | |
2023-04-25 | fix | vanhauser-thc | |
2023-04-25 | rename env to AFL_IGNORE_PROBLEMS_COVERAGE | vanhauser-thc | |
2023-04-25 | Merge pull request #1714 from choller/dev | van Hauser | |
Add env var to ignore coverage from dynamically loaded code after forkserver | |||
2023-04-25 | Add env var to ignore coverage from dynamically loaded code after forkserver. | Christian Holler (:decoder) | |
When using TRACEPC instrumentation, loading code dynamically (e.g. through dlopen()) it can be useful to completely ignore the loaded code, esp. when it cannot be preloaded and is not the target to be tested. This patch allows setting AFL_LLVM_IGNORE_PROBLEMS_COVERAGE=1 to do so. | |||
2023-04-25 | remove symlinks | vanhauser-thc | |