Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | Merge pull request #53 from vanhauser-thc/code-cleanup | Andrea Fioraldi | |
Code cleanup | |||
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-02 | minor fixes | Andrea Fioraldi | |
2019-09-02 | run code formatter | Andrea Fioraldi | |
2019-09-02 | merge from master | Andrea Fioraldi | |
2019-09-02 | afl-fuzz.c completely splitted | Andrea Fioraldi | |
2019-09-02 | afl-fuzz-src/* -> src/afl-fuzz* rename | van Hauser | |
2019-09-02 | added peak_rss_mb and slowest_exec_ms in fuzzer_stats report | van Hauser | |
2019-09-02 | previous merge lost the symlink, restoring | van Hauser | |
2019-09-02 | added force-ui env | van Hauser | |
2019-09-02 | split afl-fuzz: extras | Andrea Fioraldi | |
2019-09-01 | afl-fuzz-src bitmap and queue C files | Andrea Fioraldi | |
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 | remave the afl-fuzz folder to afl-fuzz-src due to gitignore | Andrea Fioraldi | |
2019-08-30 | split afl-fuzz #1 (globls and python are now separate) | Andrea Fioraldi | |
2019-08-30 | move android-ashmem.h to include/ | Andrea Fioraldi | |
2019-08-30 | code-format in Makefile | Andrea Fioraldi | |
2019-08-30 | fix issue with static variables needed by forkserver in afl-fuzz | Andrea Fioraldi | |
2019-08-30 | update with changes from master | Andrea Fioraldi | |
2019-08-30 | format like AFL style (dotfiles) | Andrea Fioraldi | |
2019-08-30 | format like AFL style | 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 | 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 | 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 | |