about summary refs log tree commit diff
path: root/src/afl-showmap.c
AgeCommit message (Collapse)Author
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
2021-11-06http->httpsvanhauser-thc
2021-10-24fixvanhauser-thc
2021-10-23fix timeout bug in afl toolsvanhauser-thc
2021-10-17formatvanhauser-thc
2021-10-11afl-showmap don't create empty "-" fileKuang-che Wu
2021-10-02fix some compiler warnings in 32-bit linuxhexcoder-
2021-09-07fix afl-showmapvanhauser-thc
2021-09-07add check_binary_signatures for afl-* utilsvanhauser-thc
2021-07-30frida tool fixvanhauser-thc
2021-07-30frida tool fixvanhauser-thc
2021-07-16make afl-showmap more silentvanhauser-thc
2021-07-13Support AFL_NO_FORKSRV env-var in afl-tmin, afl-showmap, and afl-cmin (#1017)jhertz
* Support AFL_NO_FORKSRV env-var * format * showmap support * showmap support * help messages now show envar support * formatting * formatting Co-authored-by: Jesse Hertz <jesse_hertz@apple.com>
2021-06-23fix afl-showmaphexcoder-
2021-06-16make afl-cmin actually work with subdirectoriesvanhauser-thc
2021-06-16afl-cmin/afl-cmin.bash/afl-showmap -i descend into subdirectoriesvanhauser-thc
2021-05-30fix for afl-showmapvanhauser-thc
2021-05-23Set kill signal before using it in afl-showmap (#935)buherator
2021-05-21showmap passes queue items in alphabetical orderDominik Maier
2021-05-19cleaned up AFL_PRINT_FILENAMES envDominik Maier
2021-05-17Flushing for AFL_PRINT_FILENAMESDominik Maier
2021-05-17AFL_PRINT_FILENAMES addedDominik Maier
2021-05-17add warning for afl-showmap partial readvanhauser-thc
2021-05-17restrict afl-showmap in_file sizevanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-04Move definition of __AFL_LEAK_CHECK inside ifguards,Joshua Rogers
use LSAN_OPTIONS=print_suppressions=0
2021-04-03Fix typos,Joshua Rogers
Use symbolize=0 for LSAN, Remove syntactic sugar.
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua 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-25Fix support for afl-cmin and updated READMEYour Name
2021-03-24Add support for FRIDA modeYour Name
2021-03-24Merge pull request #817 from realmadsci/atat-plusplusvan Hauser
Make @@ handling more flexible
2021-03-24better forkserver error help and code formatvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-17Merge branch 'dev' into atat-plusplushexcoder
2021-03-15afl-showmap: Unwind a change to keep it pre-C99 compatiblerealmadsci
2021-03-15Remove AFL_PRELOAD and AFL_USE_QASAN handlersrealmadsci
These are now processed in afl-qemu-trace so that the "copy+paste" code that is in all of the other AFL tools can be removed. This also allows the AFL_USE_QASAN flag to work the same when used with tools like afl-fuzz as it does with afl-qemu-trace. This is important in situations where loading the QASAN library changes the address of your desired entrypoint, or for crash validation using the same environment that afl-fuzz was using. With this change, the same set of environment variables can be used in exactly the same way between afl-fuzz, afl-showmap, and afl-qemu-trace, and you will get exactly the same guest environment.
2021-03-15afl-showmap: Allow @@ to be part of an argrealmadsci
The previous implementation of "@@ handling" in afl-showmap differed greatly from how it was handled in afl-fuzz and how the documentation presented it. It used to require that the @@ be its own argument separated by whitespace and could not be used in situations like "--file=@@". This change standardizes it to use detect_file_args() like everybody else does, so that it will have the expected and documented behavior.
2021-03-04no ASAN odr violations by defaultvanhauser-thc
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-13fix new compiler warninghexcoder-
2021-02-13fix issue #732 afl-cmin and afl-showmap should support '-f'hexcoder-