Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-20 | close fds when executing one by one. (#835) | Josh Bundt (tr0gd0r) | |
* closes fd when executing one by one. * clean aflpp_driver | |||
2021-03-17 | deepclean no longer removes submodules | Dominik Maier | |
2021-03-10 | fix man path | vanhauser-thc | |
2021-03-04 | NO_ARCH_OPT was removed due many issues | vanhauser-thc | |
2021-02-14 | fixes | vanhauser-thc | |
2021-02-14 | Merge branch 'stable' into dev | van Hauser | |
2021-02-14 | disabling march=native due problems on intel platforms | vanhauser-thc | |
2021-02-09 | build docker without march=native | vanhauser-thc | |
2021-02-07 | remove AFL_CC from unset list to allow success for unusual environments | vanhauser-thc | |
2021-01-31 | update qemu and main makefile for qasan | Andrea Fioraldi | |
2021-01-17 | fix colorization | van Hauser | |
2020-12-30 | fix 32-bit mode, fix weighting | van Hauser | |
2020-12-28 | allow tests when utils/aflpp_driver fails to build (platform support) | hexcoder- | |
2020-12-25 | fix LTO | van Hauser | |
2020-12-23 | faster llvm compile, update README | van Hauser | |
2020-12-21 | temporary fix for unusual builds where CC is set | van Hauser | |
2020-12-21 | Merge branch 'dev' into skim_romu | van Hauser | |
2020-12-20 | Test Python and Shared Memory in binary-only mode | R. Elliott Childre | |
2020-12-20 | Remove binary-only target's depend on source tools | R. Elliott Childre | |
The `binary-only` target currently depends on the `all` target which always build the source tools, such as afl-cc and afl-as. This is unnecessary if the user specifically is asking for only binary fuzzing tools. | |||
2020-12-20 | fix for non-default gcc installations | van Hauser | |
2020-12-18 | dont fail with ASAN_BUILD | van Hauser | |
2020-12-18 | fix | van Hauser | |
2020-12-17 | skim import | van Hauser | |
2020-12-12 | let the check for afl-gcc not abort 'make tests' | hexcoder- | |
2020-12-12 | add an extra test for afl-gcc and check for -B support | hexcoder- | |
2020-12-11 | typos | hexcoder- | |
2020-12-10 | grammar in error messages | Dominik Maier | |
2020-12-09 | fix qbdi path for code format | van Hauser | |
2020-12-09 | move libdislocator, libtokencap and qbdi_mode to utils/ | vanhauser-thc | |
2020-12-01 | renamed examples/ to utils/ | vanhauser-thc | |
2020-11-28 | fix make DEBUG=1 | hexcoder- | |
2020-11-27 | no fancy special options for the fundamental test compile (no unnecessary ↵ | hexcoder- | |
dependencies) | |||
2020-11-27 | add -lm, afl-fuzz-queue.c wants log2(), fix GNUmakefile syntax | hexcoder- | |
2020-11-01 | reenable afl-clang(++) | hexcoder- | |
2020-11-01 | added mutation introspection make target | van Hauser | |
2020-10-26 | add no splicing compile option and print used compile options in afl-fuzz help | van Hauser | |
2020-10-24 | added UBSAN, MSAN options | Dominik Maier | |
2020-10-23 | allow symbolize=1 for asan/debug | 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> | |||
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme | |
2020-09-26 | OpenBSD build fix (#566) | David CARLIER | |
* OpenBSD build fix proposal. Mainly the gcc plugin, using one of the egcc/eg++ version available. Needs pthread flag to r/w lock api. * README update | |||
2020-09-22 | code-format, and no code-format for custom mutators | van Hauser | |
2020-09-10 | add libfuzzer custom mutator, minor enhancements and fixes | van Hauser | |
2020-09-09 | fix makefile | van Hauser | |
2020-09-08 | fix GNUmakefile for new qemuafl | van Hauser | |
2020-09-06 | fix unicorn clean | van Hauser | |
2020-09-05 | cmp dict for LTO | van Hauser | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-09-05 | add cull queue, -i subdir traversal | vanhauser-thc | |