about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-01-28android: prefer bigcoresvan Hauser
2020-01-28bump llvm versionvan Hauser
2020-01-28Merge pull request #177 from devnexen/llvm_mode_req_updvan Hauser
First tests with LLVM 11
2020-01-28First tests with LLVM 11David Carlier
2020-01-27update binary_fuzzing docvan Hauser
2020-01-27Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusDominik Maier
2020-01-27Added persistent mode sampleDominik Maier
2020-01-27updated binary_fuzzing documentvan Hauser
2020-01-27nearing afl-cmin perfection :-)van Hauser
2020-01-27nearing afl-cmin perfection :-)van Hauser
2020-01-27important fixes for afl-cminvan Hauser
2020-01-27dockerfile updatevan Hauser
2020-01-25added whitelist+blacklist to all llvm_mode passesvan Hauser
2020-01-25nicer output for afl-system-config van Hauser
2020-01-24afl-cmin more awk portability (mawk), add afl-cmin/afl-tmin testshexcoder-
for non-x86 platforms
2020-01-23show stderr on afl-cmin test.shvan Hauser
2020-01-23afl-cmin final touchesvan Hauser
2020-01-23typohexcoder
2020-01-23add socket_fuzz descriptionhexcoder
2020-01-23afl-cmin debugging is done now, so suppress stdout messages again (but not ↵hexcoder
stderr)
2020-01-22Update binaryonly_fuzzing.txthexcoder
2020-01-22rectification of vanhauser's fix, made it a bit more robust,hexcoder-
enabled error output for travis debugging
2020-01-22fix for modern linuxvan Hauser
2020-01-22final step: rename afl-cmin to afl-cmin.bash and add a wrapper afl-cmin for ↵hexcoder-
afl-cmin.awk
2020-01-22Oops, only this version works with FreeBSD, OpenBSD, NetBSD, MacOS, raspbianhexcoder-
2020-01-22Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2020-01-22awk version for portability, tested on linux and FreeBSD so farhexcoder-
2020-01-22clarify gcc plugin test case resultvan Hauser
2020-01-22c example now uses persistent modeDominik Maier
2020-01-21USE_TRACE_PC unnecessary, set env AFL_LLVM_USE_TRACE_PC insteadvan Hauser
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-20another freebsd fix in test.shvan Hauser
2020-01-19fix for getoptvan Hauser
2020-01-19add missing test program (oops)hexcoder-
2020-01-19add missing test cases for qemu_mode unsigaction libraryhexcoder-
2020-01-19make exporting AFL_CC FreeBSD specific, since it seems to harmhexcoder-
the libradamsa test on travis/arm64
2020-01-18Merge pull request #174 from devnexen/reallocarray_API_bsdhexcoder
libdislocator: reallocarray API introduction
2020-01-18Intel test taken from lto branch, extended (as in test.sh), and tested on ↵hexcoder-
RaspberryPi
2020-01-18add forgotten stderr redirecthexcoder-
2020-01-18set AFL_CC for libradamsa test (needed on FreeBSD)hexcoder-
2020-01-18more fixes for python checkshexcoder-
2020-01-18fix some syntax errors regarding $(filter ...)hexcoder-
2020-01-18libdislocator: reallocarray API introductionDavid Carlier
2020-01-17as suggested, added a comment, why NetBSD needs a higher memory limithexcoder-
2020-01-17formatAndrea Fioraldi
2020-01-17Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-17first experiment cmplogAndrea Fioraldi
2020-01-17small change for march=nativevan Hauser
2020-01-17increased default memory limit (200megs) on NetBSD (due to kernel bug), ↵hexcoder-
fixes the afl-tmin test
2020-01-17use default memory limit for afl-tmin (again) in test.sh, fix it in afl-tminhexcoder-