about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
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.
2020-01-01libtokencap, fix mac os process map lookup.David Carlier
Incrementing base address for next iteration.
2019-12-31typovan Hauser
2019-12-31show correct python version and readme namevan Hauser
2019-12-31show correct python version and readme namevan Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-31final touches before 2.60 2.60cvan Hauser
2019-12-30Update README.mdhexcoder