about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-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-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
2020-01-07llvm_mode little update proposal.David Carlier
avoiding intrinsics generated by LLVM for the isntrumentation.
2020-01-07update todovan Hauser
2020-01-07undo bash -> sh change, remove some bash specific constructs.hexcoder-
(WIP: does not yet work with bourne shell)
2020-01-07Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2020-01-07remove bash dependency (not generally present on *BSD)hexcoder-
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-06moar copyright notesAndrea Fioraldi
2020-01-062020 copyright noteAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2020-01-06minor fix for man page installvan Hauser
2020-01-05test.sh honors LLVM_CONFIGvan Hauser
2020-01-03Typo in namehexcoder
2020-01-02Typos fixedhexcoder
2020-01-02remove unnecessary conditionsvan Hauser
2020-01-02compile fixesvan Hauser
2020-01-01Merge pull request #161 from devnexen/libtokencap_mac_fixvan Hauser
libtokencap, fix mac os process map lookup.