about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-08-27neverzero for unicorn_modeAndrea Fioraldi
2019-08-27neverzero qemu for x86/x86_64Andrea Fioraldi
2019-08-27docu updatevan Hauser
2019-08-27removed sepration lines from READMEAndrea Fioraldi
2019-08-27added afl++ patches authors to special thanksAndrea 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
2019-08-21Merge pull request #47 from vanhauser-thc/immediates-compcovAndrea Fioraldi
compcov levels to enable the instrumentation of only comparisons with immediates
2019-08-21remove compcov immediates only instrumentation from TODOAndrea Fioraldi
2019-08-19Symlink Makefile to Android.mkJoey Jiao
2019-08-19Add support for AndroidJoey Jiao
2019-08-18Merge pull request #46 from devnexen/bsd_configvan Hauser
system-config: making it more compatible with BSD systems.
2019-08-18system-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-17update readme and todovan Hauser
2019-08-17Merge pull request #41 from t6/patch-arc4randomvan Hauser
Use arc4random(3) on *BSD/macOS
2019-08-14more sed compatibility for Freebsd, avoid groupinghexcoder-
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-08For BSD/APPLE platform use native random callsDavid Carlier
Solution not involving file descriptors, seeded upon fork and on a regular basis. Signed-off-by: Tobias Kortkamp <t@tobik.me>
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-