Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-08 | fix new path to custom-mutators | hexcoder- | |
2021-05-07 | Exit on time (#904) | Roman M. Iudichev | |
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed. | |||
2021-05-04 | prepare for 32-bit support (later) | hexcoder- | |
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 | |