about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2021-03-24fix counting favoritesvanhauser-thc
2021-03-24better forkserver error help and code formatvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-23fixed tiny nitpicksDominik Maier
2021-03-22show afl-cc NATIVE when auto usedvanhauser-thc
2021-03-21formatvanhauser-thc
2021-03-19Merge branch 'dev' into devvan Hauser
2021-03-20add AFL_TARGET_ENV to afl-fuzzfuzzah
2021-03-19Merge pull request #830 from richinseattle/devvan Hauser
preserve plot_data for in-place resume
2021-03-19update plot_data timestamps to be relativerichinseattle@gmail.com
2021-03-19refactor finding binariesvanhauser-thc
2021-03-19fix dynamic list usage error in afl-ccAndrea Fioraldi
2021-03-18typohexcoder
2021-03-18afl-fuzz cleanupvanhauser-thc
2021-03-18Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devrichinseattle@gmail.com
2021-03-18preserve plot_data for in-place resumerichinseattle@gmail.com
2021-03-17better map variabilityvanhauser-thc
2021-03-17shared linking fixvanhauser-thc
2021-03-17fix m32/m64vanhauser-thc
2021-03-17shmem map size in config.hvanhauser-thc
2021-03-17debugvanhauser-thc
2021-03-17fixvanhauser-thc
2021-03-17lto testvanhauser-thc
2021-03-17fix attemptvanhauser-thc
2021-03-16no runtime for shared linkingvanhauser-thc
2021-03-16fix cmplog rtnvanhauser-thc
2021-03-16Merge pull request #819 from realmadsci/qemu-consistent-preloadAndrea Fioraldi
Remove AFL_PRELOAD and AFL_USE_QASAN handlers
2021-03-16Merge pull request #818 from realmadsci/add-qemu-custom-binAndrea Fioraldi
Add AFL_QEMU_CUSTOM_BIN environment flag
2021-03-15Remove AFL_PRELOAD and AFL_USE_QASAN handlersrealmadsci
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-15Add AFL_QEMU_CUSTOM_BIN environment flagrealmadsci
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-15fixesaflpp
2021-03-12make get_offsets executableDominik Maier
2021-03-12unique crashes yellow on resume (#801)Dominik Maier
2021-03-11fixaflpp
2021-03-11new auto mapaflpp
2021-03-11fix the auto map fixvanhauser-thc
2021-03-11implemented #801Dominik Maier
2021-03-10fix auto map discoveryvanhauser-thc
2021-03-10change map_size testsvanhauser-thc
2021-03-10fixed scan-build warningsDominik Maier
2021-03-10tiny typo fixedDominik Maier
2021-03-09setting general schedule priority for performance on Mac.David CARLIER
2021-03-09fix ctx-1vanhauser-thc
2021-03-09fix compiler rt on -cvanhauser-thc
2021-03-09add AFL_NOOPTvanhauser-thc
2021-03-09fix sanitizer settingsvanhauser-thc
2021-03-08Merge pull request #779 from AFLplusplus/top-k-ctxAndrea Fioraldi
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
2021-03-05fix typos and formatAndrea Fioraldi
2021-03-05point explicitly to AFL_MAP_SIZE on problemsvanhauser-thc
2021-03-04disable corpus introspection, potentially creates huge datavanhauser-thc