Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-26 | work with spaces in filenames | vanhauser-thc | |
2024-02-29 | nit | vanhauser-thc | |
2024-01-19 | macos | vanhauser-thc | |
2023-11-07 | fix dictionary and cmin | vanhauser-thc | |
2023-07-10 | nits | vanhauser-thc | |
2023-07-08 | fix cmin -T | vanhauser-thc | |
2023-06-21 | fix afl-cmin* for old afl vanilla issue | vanhauser-thc | |
2023-06-21 | nits | vanhauser-thc | |
2023-06-14 | Fixes #1770: afl-cmin in -T mode doesn't correctly divide inputs among threads | forky2 | |
2023-04-27 | afl++ -> AFL++ | vanhauser-thc | |
2023-04-25 | nits | vanhauser-thc | |
2023-04-25 | afl-cmin -T support | vanhauser-thc | |
2023-04-24 | afl-showmap -I option | 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-14 | add Nyx support in various tools (like afl-cmin) | Sergej Schumilo | |
2022-10-24 | Update usage messages | Nils Bars | |
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-09-17 | afl-cmin -A | vanhauser-thc | |
2022-08-16 | fix afl-cmin | vanhauser-thc | |
2022-08-15 | fix new map size extraction for afl-gcc | vanhauser-thc | |
2022-08-15 | get map size from binaries within afl-cmin* | vanhauser-thc | |
2022-07-11 | fix mawk bug | vanhauser-thc | |
2022-05-27 | afl-cmin: avoid messages with \r when redirection is used | hexcoder- | |
2022-04-13 | afl-cmin: quote program arguments | Miroslav Lichvar | |
Quote the program arguments in the system() function to allow them to contain spaces. | |||
2021-11-16 | showmap -A -> -H, accurate help output | vanhauser-thc | |
2021-07-13 | Added more AFL_NO_FORKSRV docu, changelog | Dominik Maier | |
2021-06-16 | make afl-cmin actually work with subdirectories | vanhauser-thc | |
2021-05-30 | afl-cmin help fix, aflpp_driver - + @@ support | vanhauser-thc | |
2021-05-17 | AFL_PRINT_FILENAMES added | Dominik Maier | |
2021-03-25 | Fix support for afl-cmin and updated README | Your Name | |
2021-03-15 | afl-cmin: Allow @@ to be part of an arg | realmadsci | |
The previous implementation of "@@ handling" in afl-cmin 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 just look for @@ to be *in* an argument in the same manner that afl-cmin.bash does, so that it will have the expected and documented behavior. | |||
2021-03-08 | fix handling of test case file names with spaces | hexcoder- | |
2021-03-05 | fix | vanhauser-thc | |
2021-02-13 | fix issue #732 afl-cmin and afl-showmap should support '-f' | hexcoder- | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-21 | afl-cmin -m none | van Hauser | |
2021-01-07 | cleaned up AFL_KILL_SIGNAL | Dominik Maier | |
2020-12-18 | afl-cmin: skip instrumentation check if AFL_SKIP_BIN_CHECK is set | hexcoder- | |
2020-12-10 | change search order for afl-showmin in afl-cmin* | van Hauser | |
2020-12-04 | afl-cmin usage fix | hexcoder- | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-12-01 | remove docs/README symlink and update references | van Hauser | |
2020-10-17 | fix AFL_CMIN_CRASHES_ONLY=1 afl-showmap | hexcoder- | |
2020-10-15 | fix issue #583: afl-cmin -C incompatibility | hexcoder- | |
2020-08-31 | added forkserver init timeout | Dominik Maier | |
2020-03-21 | avoid calling awk for 'which' replacement, use POSIX 'command -v' instead | hexcoder- | |
2020-03-19 | afl-cmin: replace 'which' with 'type' | hexcoder- | |
2020-03-11 | afl-cmin delete output directory when aborted | hexcoder | |
2020-03-09 | fix leaks | van Hauser | |