Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-28 | more llvm 17 | 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 | 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 | |
2023-04-25 | update custom mutators | vanhauser-thc | |
2023-04-25 | afl-cmin -T support | vanhauser-thc | |
2023-04-25 | fixes | vanhauser-thc | |
2023-04-25 | afl-cmin.bash -T support | vanhauser-thc | |
2023-04-25 | only reverse reading the queue on restart | vanhauser-thc | |
2023-04-25 | add AFL_LLVM_LTO_SKIPINIT to envs.h | vanhauser-thc | |
2023-04-25 | Merge pull request #1713 from kenohassler/wafl-mode | van Hauser | |
llvm-lto: allow skipping initialisation | |||
2023-04-24 | document new env var | Keno Hassler | |
2023-04-24 | makefile for atwalk | vanhauser-thc | |
2023-04-24 | afl-showmap -I option | vanhauser-thc | |
2023-04-24 | llvm-lto: allow skipping initialization | Keno Hassler | |
2023-04-22 | Merge pull request #1712 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-04-22 | code format | vanhauser-thc | |
2023-04-22 | Merge pull request #1711 from atnwalk/atnwalk | van Hauser | |
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator | |||
2023-04-22 | typo | vanhauser-thc | |
2023-04-21 | fixed formatting with make code-format | Maik Betka | |
2023-04-21 | Merge pull request #3 from voidptr127/atnwalk | Maik Betka | |
Create README.md | |||
2023-04-21 | Create README.md | Maik Betka | |
2023-04-21 | Merge pull request #2 from AFLplusplus/dev | Maik Betka | |
Dev | |||
2023-04-21 | Merge pull request #1 from voidptr127/atnwalk | Maik Betka | |
fixed AFL_POST_PROCESS_KEEP_ORIGINAL for version 4.07a | |||
2023-04-21 | fixed AFL_POST_PROCESS_KEEP_ORIGINAL for version 4.07a | Maik Betka | |
2023-04-21 | Merge pull request #1710 from Ha0ris/frida-inst-no-dynamic-load | van Hauser | |
frida mode: add dynamic loaded code exclusion | |||
2023-04-21 | remove ubuntu 18.04 from ci, no resources for this on github | vanhauser-thc | |
2023-04-21 | add dummy functions to afl-showmap for old gcc compilers | vanhauser-thc | |
2023-04-21 | debug output | vanhauser-thc | |
2023-04-21 | dummy function for afl-showmap | vanhauser-thc | |
2023-04-21 | frida mode: add dynamic loaded code exclusion | eleguevel | |
Add the AFL_FRIDA_INST_NO_DYNAMIC_LOAD environment variable and its associated JS function setInstrumentNoDynamicLoad to prevent the instrumentation of late dynamic loaded code. Resolve #1708 | |||
2023-04-21 | Merge remote-tracking branch 'origin/dev' into atnwalk | Maik Betka | |
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c | |||
2023-04-20 | afl-showmap custom mutator support | vanhauser-thc | |
2023-04-17 | fixed code clones in atnwalk.c, introduced new environment variable ↵ | Maik Betka | |
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz | |||
2023-04-17 | implemented status screen and 50% havoc and 50% splice schedule with limited ↵ | Maik Betka | |
rounds per queue entry | |||
2023-04-17 | fixed the server handshake commands, works now | Maik Betka | |