Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-30 | format like AFL style | Andrea Fioraldi | |
2019-08-27 | custom format now search for the best clang-format version | Andrea Fioraldi | |
2019-08-27 | -I include in makefiles | Andrea Fioraldi | |
2019-08-27 | fix to compile llvm_mode | van Hauser | |
2019-08-27 | add custom format wrapping clang-format | Andrea Fioraldi | |
2019-08-27 | symlink include/debug.h to root | Andrea Fioraldi | |
2019-08-27 | config.h and types.h symlink in root | Andrea Fioraldi | |
2019-08-27 | afl-as is now alive | Andrea Fioraldi | |
2019-08-27 | include and src folders | Andrea Fioraldi | |
2019-08-19 | seperated the forkserver from afl-fuzz and afl-tmin | van Hauser | |
2019-08-14 | more sed compatibility for Freebsd, avoid grouping | hexcoder- | |
2019-08-12 | signedness in print formats corrected | hexcoder- | |
2019-08-11 | several code cleanups: avoid #if in macro parameters | hexcoder- | |
avoid arithmetic with void pointers (undefined behaviour) avoid some shadowed variables | |||
2019-08-11 | performance optimization predecrement instead of postdecrement | hexcoder- | |
2019-08-10 | performance tuning prefer preincrement over postincrement | hexcoder- | |
2019-08-10 | optimized version extraction for clang (restricted to first line) | hexcoder- | |
2019-08-10 | Merge pull request #44 from GoodDayGeorge/zhuxing/master | hexcoder | |
llvm-mode: Get the clang version correctly | |||
2019-08-10 | llvm-mode: Get the clang version correctly | Zhu Xing | |
When using clang-8.0, The previous command in the Makefile will get two 8.0.0, thus a warning message print. | |||
2019-08-09 | minor corrections | van Hauser | |
2019-08-08 | fix some compiler warnings | hexcoder- | |
2019-08-08 | documentation update | van Hauser | |
2019-08-08 | documentation update | van Hauser | |
2019-08-08 | Merge pull request #39 from floyd-fuh/master | van Hauser | |
Workaround patch for QEMU | |||
2019-08-07 | bugfix 'echo -n' is not POSIX, use input redirection from /dev/null | hexcoder- | |
2019-08-07 | reviewed neverZero for llvm 9.0 | hexcoder- | |
2019-08-07 | fix compilation error with llvm 9.0 | hexcoder- | |
2019-08-07 | change instrumentation test to trigger different bitmap entries with clang 9.0 | hexcoder- | |
2019-08-06 | Ugly patch for this issue ↵ | floyd | |
https://lists.sr.ht/~philmd/qemu/patches/6224#%3C20190617114005.24603-1-berrange@redhat.com%3E+linux-user/syscall.c in QEMU with ubuntu 19.10 | |||
2019-08-06 | Merge pull request #38 from floyd-fuh/master | van Hauser | |
Unset AFL_CC | |||
2019-08-06 | unset AFL_CC correctly, if set to afl-clang but TEST_CC is afl-gcc, this ↵ | floyd | |
will fail (eg. when later installing QEMU but AFL_CC was already set) | |||
2019-08-06 | set AFL_CC correctly, if set to afl-clang but TEST_CC is afl-gcc, this will fail | floyd | |
2019-08-01 | fix | van Hauser | |
2019-08-01 | Merge pull request #36 from vanhauser-thc/map_1mb | van Hauser | |
map size fixes | |||
2019-08-01 | map size fixes | van Hauser | |
2019-08-01 | adding blame | van Hauser | |
2019-08-01 | Merge pull request #35 from code-intelligence-gmbh/custom_mutator | van Hauser | |
Custom mutator | |||
2019-08-01 | Merge remote-tracking branch 'github/master' into custom_mutator | Khaled Yakdan | |
# Conflicts: # Makefile # afl-fuzz.c | |||
2019-08-01 | little fix | van Hauser | |
2019-08-01 | add -r option to showmap to enable raw output | Andrea Fioraldi | |
2019-08-01 | showmap shows tuple content summary now | van Hauser | |
2019-08-01 | showmap fix | van Hauser | |
2019-07-31 | document python2 requirements for unicorn_mode | hexcoder- | |
2019-07-31 | name typos | hexcoder- | |
2019-07-27 | Only execute the mutated input when it is not empty | Khaled Yakdan | |
2019-07-26 | Merge pull request #33 from t6/patch-freebsd | van Hauser | |
Unbreak build on FreeBSD | |||
2019-07-26 | Unbreak build on FreeBSD | Tobias Kortkamp | |
afl-fuzz.c:4341:62: error: use of undeclared identifier 'cpu_aff' cYEL "american fuzzy lop", use_banner, power_name, cpu_aff); ^ afl-fuzz.c:11537:7: error: use of undeclared identifier 'cpu_aff' if (cpu_aff > 0) ^ afl-fuzz.c:11538:73: error: use of undeclared identifier 'cpu_aff' snprintf(tmp, sizeof(tmp), "%s%d%s", "/sys/devices/system/cpu/cpu", cpu_aff, "/cpuf... ^ afl-fuzz.c:11543:9: error: use of undeclared identifier 'cpu_aff' if (cpu_aff > 0) ^ afl-fuzz.c:11544:86: error: use of undeclared identifier 'cpu_aff' snprintf(tmp, sizeof(tmp), "%s%d%s", "/sys/devices/system/cpu/cpufreq/policy", cpu_aff... ^ 5 errors generated. | |||
2019-07-26 | 2.53d init | van Hauser | |
2019-07-26 | v2.53c 2.53c | van Hauser | |
2019-07-26 | fix readme.md makefile change | van Hauser | |
2019-07-26 | incorporated most of the 2.53b changes | van Hauser | |