about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-
2020-01-17fixes for gcc 5.5 (does not understand -march=native) on NetBSDhexcoder-
2020-01-16fix libradamsa Makefile typovan Hauser
2020-01-15fix for cc=clang and libradamsa optimizationvan Hauser
2020-01-15O3 is faster than Ofast ... duh ...van Hauser
2020-01-15stronger afl-fuzz performance compilationvan Hauser
2020-01-15blacklist function support for llvm_modevan Hauser
2020-01-15persistent mode harnessDominik Maier
2020-01-14todo updatevan Hauser
2020-01-14Fixed description of unicorn harness.cDominik Maier
2020-01-13fixed c harnessDominik Maier
2020-01-13C example addedDominik Maier
2020-01-12renamed to unicornaflDominik Maier
2020-01-11Merge pull request #171 from devnexen/obsd_build_fixvan Hauser
experimental OpenBSD build fix
2020-01-11experimental OpenBSD build fixDavid Carlier
2020-01-10try travis as rootvan Hauser
2020-01-09NetBSDs wc -l prints spaces before the number, so string testhexcoder-
failed -> use pattern matching with "case" instead.
2020-01-08Merge pull request #166 from devnexen/llvm_mode_avoid_instrinsicshexcoder
llvm_mode little update proposal (avoid instrumenting llvm intrinsic functions).
2020-01-08Merge pull request #167 from korniltsev/korniltsev/typovan Hauser
fix typo in uncorn_mode/readme
2020-01-08fix typo in uncorn_mode/readmeAnatoly Korniltsev
2020-01-07increase memory for afl-tmin testhexcoder
needed by NetBSD
2020-01-07llvm ver display in afl-clang-fastvan Hauser