about summary refs log tree commit diff
path: root/src/afl-showmap.c
AgeCommit message (Collapse)Author
2024-06-01fix afl-showmapvanhauser-thc
2024-05-29fix afl-showmap shmmemleakvanhauser-thc
2024-05-16nitsvanhauser-thc
2024-05-14Fix bug of afl-showmap in collect_coverage modeBet4
2024-04-19nitsvanhauser-thc
2024-02-032024 v4.10c releasevanhauser-thc
2023-07-28fix the file descriptor without determining nullmark0
2023-06-30afl-showmap fixvanhauser-thc
2023-06-21fix afl-cmin* for old afl vanilla issuevanhauser-thc
2023-04-27afl-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-27nitsvanhauser-thc
2023-04-25afl-cmin -T supportvanhauser-thc
2023-04-24afl-showmap -I optionvanhauser-thc
2023-04-21add dummy functions to afl-showmap for old gcc compilersvanhauser-thc
2023-04-21dummy function for afl-showmapvanhauser-thc
2023-04-20afl-showmap custom mutator supportvanhauser-thc
2023-04-16hidden -Y option for nyx, code formatvanhauser-thc
2023-04-16improved Nyx tmp dir handling (additional sanity checks)Sergej Schumilo
2023-04-14add Nyx support in various tools (like afl-cmin)Sergej Schumilo
2023-03-09code formatvanhauser-thc
2023-03-09various fixesvanhauser-thc
2023-01-26better asan defaults everwherevanhauser-thc
2023-01-04code formatvanhauser-thc
2023-01-04try afl-showmap fix for qemuvanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-12-20fix fork server timeout in afl-showmapvanhauser-thc
2022-11-02warn for -t nonevanhauser-thc
2022-11-02Merge pull request #1570 from edmcman/showmap-timeoutvan Hauser
Fix -t none in afl-showmap
2022-11-02Use a long timeout instead of 0 for afl-showmap -t noneEdward J. Schwartz
2022-10-29nitsvanhauser-thc
2022-10-29fix fork server kill signals for qemu, unicorn and nyx modevanhauser-thc
2022-10-28Add bracesEdward J. Schwartz
2022-10-27Fix -t none in afl-showmapEdward J. Schwartz
2022-10-24changelog updatevanhauser-thc
2022-10-24Update usage messagesNils Bars
2022-10-24AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblityNils Bars
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value.
2022-10-21Add 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-20Fix child reaping on fuzzer terminationNils 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-19nitsvanhauser-thc
2022-10-19nitsvanhauser-thc
2022-10-18Fix afl-showmap usage output (#1560)Edward J. Schwartz
2022-10-07auto 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-10code formatvanhauser-thc
2022-08-19Fix.Eli Kobrin
2022-08-19Change map size dummy value.Eli Kobrin
2022-07-12clang format 14vanhauser-thc
2022-07-11nitvanhauser-thc
2022-07-11nitvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-28nyx code formatvanhauser-thc