Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-03 | Implement AFLRun | Huanyao Rong | |
References: https://github.com/Mem2019/AFLRun/commit/f5bb87f78ef1 References: https://github.com/Mem2019/AFLRun/commit/3af5f11b5644 | |||
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-10-24 | changelog update | vanhauser-thc | |
2022-10-21 | Add AFL_FORK_SERVER_KILL_SIGNAL environment variable. | Nils Bars | |
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal used to kill the fork server on termination. | |||
2022-10-20 | Fix child reaping on fuzzer termination | Nils Bars | |
This commit contains the following changes: - Call `waitpid()` on the child and the fork server when terminating the fuzzer; thus, we do not end up with zombies. - Rename `fsrv.kill_signal` to `fsrv.child_kill_signal`, since the documentation states that the signal is used to terminate the *child*. - Use SIGTERM instead of fsrv.(child)_kill_signal, thus the fork server can always reap the child. | |||
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-02-06 | code format | yuawn | |
2022-02-06 | add GCC hot attribute to hot functions | yuawn | |
2022-02-05 | fix accidental broken frida mode | vanhauser-thc | |
2022-02-04 | test support for forced persistent mode | vanhauser-thc | |
2022-01-25 | code-format | vanhauser-thc | |
2022-01-25 | close autodict file even if fstat fails (Nyx mode) | Sergej Schumilo | |
2022-01-25 | add AFL autodict capability to Nyx mode | Sergej Schumilo | |
2022-01-23 | code format | vanhauser-thc | |
2022-01-21 | use MAX_FILE as maximum size in Nyx mode | Sergej Schumilo | |
2022-01-21 | add LTO support in nyx_mode | Sergej Schumilo | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-30 | fix map size for nyx | vanhauser-thc | |
2021-12-29 | afl-cc lto fix | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | nyx nits | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-01 | remove quickly | vanhauser-thc | |
2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-07 | code-format | tl455047 | |
2021-11-06 | better error report for old qemu/frida cmplog | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-11-03 | Merge pull request #1142 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-10-31 | add cmplog compatability check | vanhauser-thc | |
2021-10-24 | fix | vanhauser-thc | |
2021-10-24 | fix | vanhauser-thc | |
2021-10-19 | fix | vanhauser-thc | |
2021-10-19 | remove race condition | vanhauser-thc | |
2021-10-11 | fix accidental bystander kills | vanhauser-thc | |
2021-08-10 | remove outdated references | vanhauser-thc | |
2021-07-31 | use HASH_CONST | yuawn | |
2021-06-22 | cmplog fix for qemu and frida | vanhauser-thc | |
2021-06-16 | correct map size for small targets | vanhauser-thc | |
2021-05-17 | Flushing for AFL_PRINT_FILENAMES | Dominik Maier | |
2021-05-17 | no core dumps | vanhauser-thc | |
2021-04-30 | fix stdin trimming | vanhauser-thc | |
2021-04-28 | Frida persistent (#880) | WorksButNotTested | |
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com> | |||
2021-04-07 | fix forkserver timeout error msg | 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 | 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-25 | remove warnings | vanhauser-thc | |