Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | fix k-ctx | vanhauser-thc | |
2021-03-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |
2021-03-26 | Merge pull request #845 from joeyjiaojg/dev | van Hauser | |
Dev | |||
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-25 | Merge pull request #833 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-03-25 | Fix support for afl-cmin and updated README | Your Name | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-25 | android: support host and target 32bit build | Jiangen Jiao | |
2021-03-25 | update dynamic list | vanhauser-thc | |
2021-03-25 | Merge pull request #844 from AFLplusplus/replay | van Hauser | |
AFL_PERSISTENT_RECORD support | |||
2021-03-25 | remove warnings | vanhauser-thc | |
2021-03-24 | support libraries for find_afl_binary | vanhauser-thc | |
2021-03-24 | Add support for FRIDA mode | Your Name | |
2021-03-24 | Merge branch 'replay' into tmp | van Hauser | |
2021-03-24 | ifdef for record | vanhauser-thc | |
2021-03-24 | Merge pull request #817 from realmadsci/atat-plusplus | van Hauser | |
Make @@ handling more flexible | |||
2021-03-24 | fix counting favorites | vanhauser-thc | |
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-23 | fixed tiny nitpicks | Dominik Maier | |
2021-03-22 | show afl-cc NATIVE when auto used | vanhauser-thc | |
2021-03-21 | format | vanhauser-thc | |
2021-03-19 | Merge branch 'dev' into dev | van Hauser | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-19 | Merge pull request #830 from richinseattle/dev | van Hauser | |
preserve plot_data for in-place resume | |||
2021-03-19 | update plot_data timestamps to be relative | richinseattle@gmail.com | |
2021-03-19 | refactor finding binaries | vanhauser-thc | |
2021-03-19 | fix dynamic list usage error in afl-cc | Andrea Fioraldi | |
2021-03-18 | typo | hexcoder | |
2021-03-18 | afl-fuzz cleanup | vanhauser-thc | |
2021-03-18 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | richinseattle@gmail.com | |
2021-03-18 | preserve plot_data for in-place resume | richinseattle@gmail.com | |
2021-03-17 | better map variability | vanhauser-thc | |
2021-03-17 | shared linking fix | vanhauser-thc | |
2021-03-17 | fix m32/m64 | 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-17 | debug | vanhauser-thc | |
2021-03-17 | fix | vanhauser-thc | |
2021-03-17 | lto test | vanhauser-thc | |
2021-03-17 | fix attempt | vanhauser-thc | |
2021-03-16 | no runtime for shared linking | vanhauser-thc | |
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-16 | Merge pull request #818 from realmadsci/add-qemu-custom-bin | Andrea Fioraldi | |
Add AFL_QEMU_CUSTOM_BIN environment flag | |||
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 | 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 | fixes | aflpp | |
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. |