Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-04 | fix persistent mode (64-bit) | hexcoder- | |
2021-05-03 | add new test for frida_mode (please review) | hexcoder- | |
2021-04-26 | moved custom_mutator examples | Dominik Maier | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua Rogers | |
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits. | |||
2021-03-26 | pass lib -ldl only on Linux platforms | hexcoder- | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-19 | fix for new llvm 13 change | vanhauser-thc | |
2021-03-19 | add header to PCGUARD | vanhauser-thc | |
2021-03-19 | update test-dlopen tuples number | Andrea Fioraldi | |
2021-03-19 | fix dynamic list usage error in afl-cc | Andrea Fioraldi | |
2021-03-18 | check test-dlopen return code | Andrea Fioraldi | |
2021-03-18 | test-dlopen llvm test | Andrea Fioraldi | |
2021-03-15 | fix test | vanhauser-thc | |
2021-03-11 | more time for fp split | vanhauser-thc | |
2021-03-11 | fix the auto map fix | vanhauser-thc | |
2021-03-11 | more time for float split test | vanhauser-thc | |
2021-03-11 | more time for tests | vanhauser-thc | |
2021-02-18 | fix qemu AFL_ENTRYPOINT for arm 32 and 64 bit | hexcoder- | |
2021-02-16 | check for setuptools instead of easy_install | hexcoder- | |
2021-02-13 | fix issue #732 afl-cmin and afl-showmap should support '-f' | hexcoder- | |
2021-02-06 | fix test-qemu-mode.sh to run standalone | hexcoder- | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-21 | fix afl-showmap and gcc plugin test | van Hauser | |
2021-01-21 | fix gcc plugin test | van Hauser | |
2021-01-19 | fix CI | van Hauser | |
2021-01-02 | afl-cmin tests: allow leading whitespace in `wc -l` output | hexcoder- | |
2021-01-02 | test-basic.sh: fix color GRAY to GREY | hexcoder- | |
2020-12-29 | tests: let afl-fuzz run with -D, so more test cases are produced | hexcoder- | |
2020-12-21 | test: skip afl-fuzz test if too few locations were instrumented | van Hauser | |
2020-12-21 | make ubuntu 18.04 ci work | van Hauser | |
2020-12-21 | ci fix | van Hauser | |
2020-12-18 | small improvements: dump output on error in test-llvm, fix compiler warnings | hexcoder- | |
2020-12-16 | small fixes | van Hauser | |
2020-12-13 | fix afl-clang tests | van Hauser | |
2020-12-12 | remove debugging sh | hexcoder- | |
2020-12-12 | add tests for the missing afl-compiler (afl-gcc or afl-clang) | hexcoder- | |
2020-12-04 | test-pre.sh revert removal of afl-clang | hexcoder- | |
2020-12-02 | very complete runtime lookup rewrite | van Hauser | |
2020-12-01 | renamed examples/ to utils/ | vanhauser-thc | |
2020-11-30 | fix wrong rename in test | van Hauser | |
2020-11-30 | persistent_demo -> persistent_mode | van Hauser | |
2020-11-24 | test-pre.sh: remove old uses of afl-clang, afl-cc.c: add missing env.var. ↵ | hexcoder- | |
AFL_LLVM_LAF_ALL | |||
2020-11-18 | renamed env var to AFL_DEBUG_CHILD | Dominik Maier | |
2020-11-05 | typo fixed | hexcoder- | |
2020-10-24 | asan_build for tmin and analyze | van Hauser | |
2020-10-24 | travis test | van Hauser | |
2020-10-24 | travis test | van Hauser | |
2020-10-24 | symbolize=1 for travis | vanhauser-thc | |
2020-10-14 | configurable testcache with malloc (#581) | van Hauser | |
* cache item number to cache memory size * reload testcase if trimming changed the size * fix splicing selection * slim splicing * import sync fix * write testcache stats to fuzzer_stats * fix new seed selection algo * malloc+read instead of mmap * fix * testcache is configurable now and no reference counts * fixes compilation, test script * fixes * switch TEST_CC to afl-cc in makefile * code format * fix * fix crash * fix crash * fix env help output * remove unnecessary pointer resets * fix endless loop bug * actually use the cache if set * one more fix * increase default cache entries, add default cache size value to config.h Co-authored-by: hexcoder- <heiko@hexco.de> |