Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-10-23 | fix timeout bug in afl tools | vanhauser-thc | |
2021-10-17 | format | vanhauser-thc | |
2021-10-11 | afl-showmap don't create empty "-" file | Kuang-che Wu | |
2021-10-02 | fix some compiler warnings in 32-bit linux | hexcoder- | |
2021-09-07 | fix afl-showmap | vanhauser-thc | |
2021-09-07 | add check_binary_signatures for afl-* utils | vanhauser-thc | |
2021-07-30 | frida tool fix | vanhauser-thc | |
2021-07-30 | frida tool fix | vanhauser-thc | |
2021-07-16 | make afl-showmap more silent | vanhauser-thc | |
2021-07-13 | Support 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-23 | fix afl-showmap | hexcoder- | |
2021-06-16 | make afl-cmin actually work with subdirectories | vanhauser-thc | |
2021-06-16 | afl-cmin/afl-cmin.bash/afl-showmap -i descend into subdirectories | vanhauser-thc | |
2021-05-30 | fix for afl-showmap | vanhauser-thc | |
2021-05-23 | Set kill signal before using it in afl-showmap (#935) | buherator | |
2021-05-21 | showmap passes queue items in alphabetical order | Dominik Maier | |
2021-05-19 | cleaned up AFL_PRINT_FILENAMES env | Dominik Maier | |
2021-05-17 | Flushing for AFL_PRINT_FILENAMES | Dominik Maier | |
2021-05-17 | AFL_PRINT_FILENAMES added | Dominik Maier | |
2021-05-17 | add warning for afl-showmap partial read | vanhauser-thc | |
2021-05-17 | restrict afl-showmap in_file size | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-04 | Move definition of __AFL_LEAK_CHECK inside ifguards, | Joshua Rogers | |
use LSAN_OPTIONS=print_suppressions=0 | |||
2021-04-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua 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-25 | Fix support for afl-cmin and updated README | Your Name | |
2021-03-24 | Add support for FRIDA mode | Your Name | |
2021-03-24 | Merge pull request #817 from realmadsci/atat-plusplus | van Hauser | |
Make @@ handling more flexible | |||
2021-03-24 | better forkserver error help and code format | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-17 | Merge branch 'dev' into atat-plusplus | hexcoder | |