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-11-10 | nits | vanhauser-thc | |
2022-11-10 | Merge pull request #1576 from AFLplusplus/persistent_mode_always | van Hauser | |
Persistent mode always | |||
2022-11-09 | Always enable persistent mode, no env/bincheck needed | Dominik Maier | |
2022-10-24 | changelog update | vanhauser-thc | |
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-10-07 | auto shmem fuzzing (#1541) | van Hauser | |
* auto shmem fuzzing * print warning when forcing shmem fuzzing * typos * Shmem always * typo fix * fixes Co-authored-by: Dominik Maier <dmnk@google.com> | |||
2022-09-27 | another attempt at stand-alone map fix | vanhauser-thc | |
2022-09-26 | fix standalone running with shared libs | vanhauser-thc | |
2022-08-15 | get map size from binaries within afl-cmin* | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-06-08 | fix | vanhauser-thc | |
2022-06-08 | honor AFL_MAP_SIZE well outside of afl++ | vanhauser-thc | |
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |
2022-02-08 | import mozilla afl-cc patch | vanhauser-thc | |
2022-01-25 | nit | vanhauser-thc | |
2022-01-25 | fix atexit for rt | vanhauser-thc | |
2022-01-12 | better ignore problem handling | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-17 | allow ignore dlopen issues | vanhauser-thc | |
2021-12-03 | change dlopen solution | vanhauser-thc | |
2021-12-03 | what to do with dlopen libs? | vanhauser-thc | |
2021-12-02 | fixes | vanhauser-thc | |
2021-11-22 | better string length counting | vanhauser-thc | |
2021-11-22 | better string length counting | vanhauser-thc | |
2021-11-20 | enhance cmplog rtn hooks | vanhauser-thc | |
2021-11-19 | cmplog fix | vanhauser-thc | |
2021-11-19 | fork server: restore SIGCHLD handler for child process | Kuang-che Wu | |
2021-11-18 | ensure default sigchild handler in afl-compiler-rt | vanhauser-thc | |
2021-11-17 | Add __afl_set_persistent_mode | Your Name | |
2021-11-15 | cmplog fix | vanhauser-thc | |
2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-06 | 30% faster hashing speed | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-11-03 | remove old var | vanhauser-thc | |
2021-11-03 | fix unneeded ifdef | vanhauser-thc | |
2021-11-03 | remove overflow wiping | vanhauser-thc | |
2021-11-02 | fix | vanhauser-thc | |
2021-10-31 | wipe overflow data | vanhauser-thc | |
2021-10-31 | add cmplog compatability check | vanhauser-thc | |
2021-10-28 | variant 6 | vanhauser-thc | |
2021-10-18 | try fix | vanhauser-thc | |
2021-10-17 | fix | vanhauser-thc | |
2021-10-17 | new rtn cmplog: instrumentation side + supporting functions | vanhauser-thc | |
2021-08-19 | fix shared linking on macos | vanhauser-thc | |
2021-07-30 | fix format string | yuawn | |
2021-07-14 | update documentation | vanhauser-thc | |
2021-06-24 | fix frida | vanhauser-thc | |
2021-06-22 | cmplog fix for qemu and frida | vanhauser-thc | |