aboutsummaryrefslogtreecommitdiff
path: root/src/afl-showmap.c
AgeCommit message (Collapse)Author
2023-05-15push to stable (#1734)van Hauser
* afl++ -> AFL++ * update readme * more debug * slightly different weighting algo (#1719) * better seed selection * slightly different weighting calculation * remove unnecessary memset * Add "Hangs saved" to afl-whatsup (#1717) The hangs could show long or infinite loops. This is important. Co-authored-by: van Hauser <vh@thc.org> * nits * afl-showmap: Start a only a single fork server (#1718) 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. * Source Code Coverage support for Nyx (Part 1) (#1720) * Additional source code reformatting in afl-compiler-rt * Add source code coverage support to afl-compiler-rt (for use with Nyx) * doc, code format * llvm 17 changes * more llvm 17 * add frida mode tutorial * fix effector map * docs * Should memset EFF_ALEN(len) of eff_map (#1722) * fix reallocs * fix afl-system-config for macos * afl-fuzz.c: Document -i - in --help (#1725) afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely. * tritondse custom mutator attempt * tritondse fixes * update libnyx (#1727) * GNUmakefile: Update LLVM instructions (#1728) Update LLVM instructions, because versions higher than 14 are supported and to be explicit that LLD is also required * disable macos in the ci, works fine for me * fix makefile * better tritondse support * next steps for tritondse * qemuafl: Persistent mode for PPC32 targets * update qemu_mode * afl-clang-lto incomptable with -flto=thin * add @responsefile support for afl-cc --------- Co-authored-by: fxlb <devel.fx.lebail@orange.fr> Co-authored-by: Nick Potenski <nick.potenski@garmin.com> Co-authored-by: Christian Holler (:decoder) <choller@mozilla.com> Co-authored-by: lazymio <mio@lazym.io> Co-authored-by: Moshe Kaplan <me@moshekaplan.com> Co-authored-by: Sergej Schumilo <sergej@schumilo.de> Co-authored-by: Dominik Maier <domenukk@gmail.com>
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
2021-12-15cleanup of TIMES macrovanhauser-thc
2021-12-02fixesvanhauser-thc
2021-11-16fix afl-showmapvanhauser-thc
2021-11-16showmap -A -> -H, accurate help outputvanhauser-thc
2021-11-15Fix platform check for `-A` CoreSight modeAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Add platform check for `-A` CoreSight modeAkira Moroo
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#discussion_r747454306 Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Remove unnecessary mem_limit in afl-showmapAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Clarify usage message for ARM CoreSight modeAkira Moroo
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#issuecomment-966196217 Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-11Add initial CoreSight mode supportAkira 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-09fix afl- tools for new fridavanhauser-thc