Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-24 | afl-showmap -I option | vanhauser-thc | |
2023-04-21 | add dummy functions to afl-showmap for old gcc compilers | vanhauser-thc | |
2023-04-21 | dummy function for afl-showmap | vanhauser-thc | |
2023-04-20 | afl-showmap custom mutator support | vanhauser-thc | |
2023-04-16 | hidden -Y option for nyx, code format | vanhauser-thc | |
2023-04-16 | improved Nyx tmp dir handling (additional sanity checks) | Sergej Schumilo | |
2023-04-14 | add Nyx support in various tools (like afl-cmin) | Sergej Schumilo | |
2023-03-09 | code format | vanhauser-thc | |
2023-03-09 | various fixes | vanhauser-thc | |
2023-01-26 | better asan defaults everwhere | vanhauser-thc | |
2023-01-04 | code format | vanhauser-thc | |
2023-01-04 | try afl-showmap fix for qemu | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-20 | fix fork server timeout in afl-showmap | vanhauser-thc | |
2022-11-02 | warn for -t none | vanhauser-thc | |
2022-11-02 | Merge pull request #1570 from edmcman/showmap-timeout | van Hauser | |
Fix -t none in afl-showmap | |||
2022-11-02 | Use a long timeout instead of 0 for afl-showmap -t none | Edward J. Schwartz | |
2022-10-29 | nits | vanhauser-thc | |
2022-10-29 | fix fork server kill signals for qemu, unicorn and nyx mode | vanhauser-thc | |
2022-10-28 | Add braces | Edward J. Schwartz | |
2022-10-27 | Fix -t none in afl-showmap | Edward J. Schwartz | |
2022-10-24 | changelog update | vanhauser-thc | |
2022-10-24 | Update usage messages | Nils Bars | |
2022-10-24 | AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity | Nils Bars | |
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value. | |||
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-10-19 | nits | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-18 | Fix afl-showmap usage output (#1560) | Edward J. Schwartz | |
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-10 | code format | vanhauser-thc | |
2022-08-19 | Fix. | Eli Kobrin | |
2022-08-19 | Change map size dummy value. | Eli Kobrin | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-07-11 | nit | vanhauser-thc | |
2022-07-11 | nit | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-15 | cleanup of TIMES macro | vanhauser-thc | |
2021-12-02 | fixes | vanhauser-thc | |
2021-11-16 | fix afl-showmap | vanhauser-thc | |
2021-11-16 | showmap -A -> -H, accurate help output | vanhauser-thc | |
2021-11-15 | Fix platform check for `-A` CoreSight mode | Akira Moroo | |
Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-12 | Add platform check for `-A` CoreSight mode | Akira Moroo | |
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#discussion_r747454306 Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-12 | Remove unnecessary mem_limit in afl-showmap | Akira Moroo | |
Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-12 | Clarify usage message for ARM CoreSight mode | Akira Moroo | |
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#issuecomment-966196217 Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-11 | Add initial CoreSight mode support | Akira Moroo | |
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-09 | fix afl- tools for new frida | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-10-24 | fix | vanhauser-thc | |