about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-09-03Merge pull request #53 from vanhauser-thc/code-cleanupAndrea Fioraldi
Code cleanup
2019-09-03better 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-02minor fixesAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02merge from masterAndrea Fioraldi
2019-09-02afl-fuzz.c completely splittedAndrea Fioraldi
2019-09-02afl-fuzz-src/* -> src/afl-fuzz* renamevan Hauser
2019-09-02added peak_rss_mb and slowest_exec_ms in fuzzer_stats reportvan Hauser
2019-09-02previous merge lost the symlink, restoringvan Hauser
2019-09-02added force-ui envvan Hauser
2019-09-02split afl-fuzz: extrasAndrea Fioraldi
2019-09-01afl-fuzz-src bitmap and queue C filesAndrea Fioraldi
2019-09-01change text color in FATAL, ABORT and PFATAL macros for the actualhexcoder-
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-31modernize llvm_mode readmesAndrea Fioraldi
2019-08-31modernize some readmesAndrea Fioraldi
2019-08-30remave the afl-fuzz folder to afl-fuzz-src due to gitignoreAndrea Fioraldi
2019-08-30split afl-fuzz #1 (globls and python are now separate)Andrea Fioraldi
2019-08-30move android-ashmem.h to include/Andrea Fioraldi
2019-08-30code-format in MakefileAndrea Fioraldi
2019-08-30fix issue with static variables needed by forkserver in afl-fuzzAndrea Fioraldi
2019-08-30update with changes from masterAndrea Fioraldi
2019-08-30format like AFL style (dotfiles)Andrea Fioraldi
2019-08-30format like AFL styleAndrea Fioraldi
2019-08-30update changelogAndrea Fioraldi
2019-08-30modernize docs and readme for qemu and unicornAndrea Fioraldi
2019-08-30Merge pull request #50 from vanhauser-thc/uc_compcovAndrea Fioraldi
Unicorn CompareCoverage + Neverzero counters
2019-08-29common header for qemu and unicornAndrea Fioraldi
2019-08-29Merge pull request #51 from domenukk/uc_compcovAndrea Fioraldi
Fixed SIGSEV due to wrong pointer size
2019-08-29Fixed SIGSEV due to wrong pointer sizeDominik Maier
2019-08-28solved MAP_SIZE overflowAndrea Fioraldi
2019-08-28better neverzero with adc + neverzero for compcovAndrea Fioraldi
2019-08-28unicorn compcov for x86Andrea Fioraldi
2019-08-27neverzero for unicorn_modeAndrea Fioraldi
2019-08-27neverzero qemu for x86/x86_64Andrea Fioraldi
2019-08-27custom format now search for the best clang-format versionAndrea Fioraldi
2019-08-27-I include in makefilesAndrea Fioraldi
2019-08-27fix to compile llvm_modevan Hauser
2019-08-27add custom format wrapping clang-formatAndrea Fioraldi
2019-08-27symlink include/debug.h to rootAndrea Fioraldi
2019-08-27config.h and types.h symlink in rootAndrea Fioraldi
2019-08-27docu updatevan Hauser
2019-08-27removed sepration lines from READMEAndrea Fioraldi
2019-08-27afl-as is now aliveAndrea Fioraldi
2019-08-27added afl++ patches authors to special thanksAndrea Fioraldi
2019-08-27include and src foldersAndrea Fioraldi
2019-08-26Merge pull request #48 from domenukk/unicorn_execvan Hauser
Make AFL-Unicorn install script executable
2019-08-26Make install script executableDominik Maier
2019-08-23Merge pull request #28 from JoeyJiao/mine_androidvan Hauser
Port for Android
2019-08-21update README.qemu with compcov levelsAndrea Fioraldi
2019-08-21update env_variables.txt with compcov levelsAndrea Fioraldi