Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | better support for OpenBSD thanks to CaBeckmann (issue #9). | hexcoder- | |
On OpenBSD there is a restricted system LLVM, but a full LLVM package can be installed (typically in /usr/local/bin). Added a check if the full package is installed. If so, use it, otherwise bail out early with a hint to install it. | |||
2019-09-01 | change text color in FATAL, ABORT and PFATAL macros for the actual | hexcoder- | |
message to avoid white text on white background (as is standard in plain X11 xterm). Now the text will be printed in default text color (which should be always readable) | |||
2019-08-31 | modernize llvm_mode readmes | Andrea Fioraldi | |
2019-08-31 | modernize some readmes | Andrea Fioraldi | |
2019-08-30 | update changelog | Andrea Fioraldi | |
2019-08-30 | modernize docs and readme for qemu and unicorn | Andrea Fioraldi | |
2019-08-30 | Merge pull request #50 from vanhauser-thc/uc_compcov | Andrea Fioraldi | |
Unicorn CompareCoverage + Neverzero counters | |||
2019-08-29 | common header for qemu and unicorn | Andrea Fioraldi | |
2019-08-29 | Merge pull request #51 from domenukk/uc_compcov | Andrea Fioraldi | |
Fixed SIGSEV due to wrong pointer size | |||
2019-08-29 | Fixed SIGSEV due to wrong pointer size | Dominik Maier | |
2019-08-28 | solved MAP_SIZE overflow | Andrea Fioraldi | |
2019-08-28 | better neverzero with adc + neverzero for compcov | Andrea Fioraldi | |
2019-08-28 | unicorn compcov for x86 | Andrea Fioraldi | |
2019-08-27 | neverzero for unicorn_mode | Andrea Fioraldi | |
2019-08-27 | neverzero qemu for x86/x86_64 | Andrea Fioraldi | |
2019-08-27 | docu update | van Hauser | |
2019-08-27 | removed sepration lines from README | Andrea Fioraldi | |
2019-08-27 | added afl++ patches authors to special thanks | 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-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-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) |