Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | docu update | van Hauser | |
2019-08-27 | removed sepration lines from README | Andrea Fioraldi | |
2019-08-27 | afl-as is now alive | Andrea Fioraldi | |
2019-08-27 | added afl++ patches authors to special thanks | Andrea Fioraldi | |
2019-08-27 | include and src folders | Andrea Fioraldi | |
2019-08-26 | Merge pull request #48 from domenukk/unicorn_exec | van Hauser | |
Make AFL-Unicorn install script executable | |||
2019-08-26 | Make install script executable | Dominik Maier | |
2019-08-23 | Merge pull request #28 from JoeyJiao/mine_android | van Hauser | |
Port for Android | |||
2019-08-21 | update README.qemu with compcov levels | Andrea Fioraldi | |
2019-08-21 | update env_variables.txt with compcov levels | Andrea Fioraldi | |
2019-08-21 | Merge pull request #47 from vanhauser-thc/immediates-compcov | Andrea Fioraldi | |
compcov levels to enable the instrumentation of only comparisons with immediates | |||
2019-08-21 | remove compcov immediates only instrumentation from TODO | Andrea Fioraldi | |
2019-08-19 | Symlink Makefile to Android.mk | Joey Jiao | |
2019-08-19 | Add support for Android | Joey Jiao | |
2019-08-19 | seperated the forkserver from afl-fuzz and afl-tmin | van Hauser | |
2019-08-18 | Merge pull request #46 from devnexen/bsd_config | van Hauser | |
system-config: making it more compatible with BSD systems. | |||
2019-08-18 | system-config: making it more compatible with BSD systems. | David Carlier | |
The following knobs are Linux specifics but have few counterparts in those systems. | |||
2019-08-17 | update readme and todo | van Hauser | |
2019-08-17 | Merge pull request #41 from t6/patch-arc4random | van Hauser | |
Use arc4random(3) on *BSD/macOS | |||
2019-08-14 | more sed compatibility for Freebsd, avoid grouping | hexcoder- | |
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-08 | For BSD/APPLE platform use native random calls | David Carlier | |
Solution not involving file descriptors, seeded upon fork and on a regular basis. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
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 |