Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | debug | vanhauser-thc | |
2021-03-16 | fix two bugs in error message | hexcoder | |
$1 and $2 have been modified here by two previous shift commands. | |||
2021-03-16 | no runtime for shared linking | vanhauser-thc | |
2021-03-16 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2021-03-16 | changelog | Andrea Fioraldi | |
2021-03-16 | blacklist sanitize and debug in c++ | vanhauser-thc | |
2021-03-16 | qemuafl | Andrea Fioraldi | |
2021-03-16 | rtn fix | vanhauser-thc | |
2021-03-16 | update qemuafl | Andrea Fioraldi | |
2021-03-16 | fix cmplog | vanhauser-thc | |
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-16 | Merge pull request #816 from realmadsci/add-more-qasan-checks | Andrea Fioraldi | |
Add more qasan checks | |||
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 | v3.12a init | vanhauser-thc | |
2021-03-15 | v3.11c release | vanhauser-thc | |
2021-03-15 | fix test | vanhauser-thc | |
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 | libqasan/malloc: Additional pointer checks | realmadsci | |
Add checks to free() and malloc_usable_size() to verify (sort of) that the pointers are actually pointing at valid allocated memory before dereferencing them and using the chunk_begin struct info. This will catch use-after-free and wildly bad pointers a little bit earlier. | |||
2021-03-15 | libqasan: Add checks for read() and write() | realmadsci | |
2021-03-13 | Merge pull request #813 from MarcoFalke/patch-1 | van Hauser | |
doc: Clarify default value of N iterations in aflpp_driver | |||
2021-03-13 | doc: Clarify default value of N iterations in aflpp_driver | MarcoFalke | |
2021-03-12 | added ui change to changelog | Dominik Maier | |
2021-03-12 | make get_offsets executable | Dominik Maier | |
2021-03-12 | unique crashes yellow on resume (#801) | Dominik Maier | |
2021-03-11 | Merge pull request #807 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2021-03-11 | more time for fp split | vanhauser-thc | |
2021-03-11 | fix | aflpp | |
2021-03-11 | Merge pull request #806 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-03-11 | new auto map | aflpp | |
2021-03-11 | fix the auto map fix | vanhauser-thc | |
2021-03-11 | implemented #801 | Dominik Maier | |
2021-03-11 | more time for float split test | vanhauser-thc | |
2021-03-11 | more time for tests | vanhauser-thc | |
2021-03-10 | Revert "PFATAL for libdislocator" | vanhauser-thc | |
This reverts commit ffd8fae22ae51b6eda9bad6c4ee7173daba427b8. | |||
2021-03-10 | PFATAL for libdislocator | vanhauser-thc | |
2021-03-10 | Merge pull request #802 from MarcoFalke/patch-1 | van Hauser | |
doc: Clarify memory limits in Readme | |||
2021-03-10 | doc: Clarify memory limits in Readme | MarcoFalke | |
2021-03-10 | Merge pull request #800 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2021-03-10 | fix auto map discovery | vanhauser-thc | |
2021-03-10 | fix man path | vanhauser-thc | |
2021-03-10 | cmplog finetuning | vanhauser-thc | |
2021-03-10 | Merge pull request #786 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2021-03-10 | brackets make dominik happy | vanhauser-thc | |