Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-03-15 | afl-showmap: Unwind a change to keep it pre-C99 compatible | realmadsci | |
2021-03-15 | Remove AFL_PRELOAD and AFL_USE_QASAN handlers | realmadsci | |
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-15 | afl-showmap: Allow @@ to be part of an arg | realmadsci | |
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-04 | no ASAN odr violations by default | vanhauser-thc | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-13 | fix new compiler warning | hexcoder- | |
2021-02-13 | fix issue #732 afl-cmin and afl-showmap should support '-f' | hexcoder- | |
2021-02-01 | make dominik more happy - no auto map size for qemu+unicorn | van Hauser | |
2021-02-01 | correct afl-showmap be_quiet state | van Hauser | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-26 | real fix plus code format | van Hauser | |
2021-01-21 | fix afl-showmap and gcc plugin test | van Hauser | |
2021-01-21 | Merge pull request #689 from AFLplusplus/cmplog_merge | van Hauser | |
cmplog merge | |||
2021-01-20 | Fix build error for Android | Joey Jiao | |
- LTO not work yet | |||
2021-01-17 | fix colorization | van Hauser | |
2021-01-08 | refactored kill signal env parsing | Dominik Maier | |
2021-01-07 | cleaned up AFL_KILL_SIGNAL | Dominik Maier | |
2021-01-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2020-12-23 | warn on _AFL and __AFL env vars | van Hauser | |
2020-12-22 | more portability non std array initializers | hexcoder- | |
2020-12-08 | fix showmap output | van Hauser | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-11-30 | add DEBUGF | van Hauser | |
2020-11-18 | renamed env var to AFL_DEBUG_CHILD | Dominik Maier | |
2020-10-19 | mini improvements | van Hauser | |
2020-10-17 | fix AFL_CMIN_CRASHES_ONLY=1 afl-showmap | hexcoder- | |
2020-10-16 | directly add new queue to cache | van Hauser | |
2020-10-16 | next afl-showmap fix attempt | van Hauser | |
2020-10-10 | afl-showmap: free malloced coverage map | hexcoder- | |
2020-08-31 | update gitignore | van Hauser | |
2020-08-31 | fixed build error | Dominik Maier | |
2020-08-31 | added forkserver init timeout | Dominik Maier | |
2020-08-23 | code format | Dominik Maier | |
2020-08-23 | added more env var docs, fsrv fixes for cmin, tmin | Dominik Maier | |
2020-08-13 | fix llvm and afl-showmap | van Hauser | |
2020-08-13 | LTO: apply laf-intel+redqueen/cmplog at link time | van Hauser | |
2020-08-07 | code format | Dominik Maier | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-07-03 | ubsan options | Andrea Fioraldi | |
2020-06-29 | fix autodict | van Hauser | |
2020-06-28 | debug code | van Hauser | |