about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-08-30format like AFL styleAndrea 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-27afl-as is now aliveAndrea Fioraldi
2019-08-27include and src foldersAndrea Fioraldi
2019-08-19seperated the forkserver from afl-fuzz and afl-tminvan Hauser
2019-08-14more sed compatibility for Freebsd, avoid groupinghexcoder-
2019-08-12signedness in print formats correctedhexcoder-
2019-08-11several code cleanups: avoid #if in macro parametershexcoder-
avoid arithmetic with void pointers (undefined behaviour) avoid some shadowed variables
2019-08-11performance optimization predecrement instead of postdecrementhexcoder-
2019-08-10performance tuning prefer preincrement over postincrementhexcoder-
2019-08-10optimized version extraction for clang (restricted to first line)hexcoder-
2019-08-10Merge pull request #44 from GoodDayGeorge/zhuxing/masterhexcoder
llvm-mode: Get the clang version correctly
2019-08-10llvm-mode: Get the clang version correctlyZhu 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-09minor correctionsvan Hauser
2019-08-08fix some compiler warningshexcoder-
2019-08-08documentation updatevan Hauser
2019-08-08documentation updatevan Hauser
2019-08-08Merge pull request #39 from floyd-fuh/mastervan Hauser
Workaround patch for QEMU
2019-08-07bugfix 'echo -n' is not POSIX, use input redirection from /dev/nullhexcoder-
2019-08-07reviewed neverZero for llvm 9.0hexcoder-
2019-08-07fix compilation error with llvm 9.0hexcoder-
2019-08-07change instrumentation test to trigger different bitmap entries with clang 9.0hexcoder-
2019-08-06Ugly 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-06Merge pull request #38 from floyd-fuh/mastervan Hauser
Unset AFL_CC
2019-08-06unset 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-06set AFL_CC correctly, if set to afl-clang but TEST_CC is afl-gcc, this will failfloyd
2019-08-01fixvan Hauser
2019-08-01Merge pull request #36 from vanhauser-thc/map_1mbvan Hauser
map size fixes
2019-08-01map size fixesvan Hauser
2019-08-01adding blamevan Hauser
2019-08-01Merge pull request #35 from code-intelligence-gmbh/custom_mutatorvan Hauser
Custom mutator
2019-08-01Merge remote-tracking branch 'github/master' into custom_mutatorKhaled Yakdan
# Conflicts: # Makefile # afl-fuzz.c
2019-08-01little fixvan Hauser
2019-08-01add -r option to showmap to enable raw outputAndrea Fioraldi
2019-08-01showmap shows tuple content summary nowvan Hauser
2019-08-01showmap fixvan Hauser
2019-07-31document python2 requirements for unicorn_modehexcoder-
2019-07-31name typoshexcoder-
2019-07-27Only execute the mutated input when it is not emptyKhaled Yakdan
2019-07-26Merge pull request #33 from t6/patch-freebsdvan Hauser
Unbreak build on FreeBSD
2019-07-26Unbreak build on FreeBSDTobias 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-262.53d initvan Hauser
2019-07-26v2.53c 2.53cvan Hauser
2019-07-26fix readme.md makefile changevan Hauser
2019-07-26incorporated most of the 2.53b changesvan Hauser