Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | add check_binary_signatures for afl-* utils | vanhauser-thc | |
2021-06-11 | fix cmplog screen update crash | vanhauser-thc | |
2021-06-01 | fixes | vanhauser-thc | |
2021-05-22 | turn off map size detection if skip_bin_check is set | vanhauser-thc | |
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-24 | support libraries for find_afl_binary | vanhauser-thc | |
2021-03-24 | Merge pull request #817 from realmadsci/atat-plusplus | van Hauser | |
Make @@ handling more flexible | |||
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-23 | fixed tiny nitpicks | Dominik Maier | |
2021-03-19 | Merge branch 'dev' into dev | van Hauser | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-19 | refactor finding binaries | vanhauser-thc | |
2021-03-17 | shmem map size in config.h | vanhauser-thc | |
2021-03-17 | Merge branch 'dev' into atat-plusplus | hexcoder | |
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-16 | Merge pull request #819 from realmadsci/qemu-consistent-preload | Andrea Fioraldi | |
Remove AFL_PRELOAD and AFL_USE_QASAN handlers | |||
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 | Add AFL_QEMU_CUSTOM_BIN environment flag | realmadsci | |
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments. | |||
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-10 | fix auto map discovery | vanhauser-thc | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-01 | ensure proper aligning for skim patch | vanhauser-thc | |
2021-02-28 | fix afl-common compile | vanhauser-thc | |
2021-02-27 | fix qasan search path | vanhauser-thc | |
2021-02-25 | helper_min3 func | Andrea Fioraldi | |
2021-02-24 | tidied up env suggestions | Dominik Maier | |
2021-02-21 | cmplog config.h -> -l option | vanhauser-thc | |
2021-02-19 | improved env suggestions | Andrea Fioraldi | |
2021-02-19 | suggested env vars for lazy ppl | Andrea Fioraldi | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-01 | fixes | van Hauser | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-12 | fix | van Hauser | |
2021-01-08 | refactored kill signal env parsing | Dominik Maier | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2020-12-26 | fix exec/s display | van Hauser | |
2020-12-23 | warn on _AFL and __AFL env vars | van Hauser | |
2020-12-17 | fix crash for very fast targets | van Hauser | |
2020-12-11 | fixed gcc analyzer warnings | Dominik Maier | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-11-13 | more small fixes | hexcoder- | |
2020-10-20 | qemu argv index was still wrong | bigredb | |
2020-09-13 | wine argv fix | Dominik Maier | |
2020-09-13 | Fix qemu argv construction (#555) | Choongwoo Han | |
2020-09-04 | more changes to fuzzer_setup | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-11 | fixes | van Hauser | |
2020-08-11 | enhancements | van Hauser | |
2020-08-10 | increase stack size | van Hauser | |