about summary refs log tree commit diff
path: root/include/afl-fuzz.h
AgeCommit message (Expand)Author
2020-03-09now wiht 90% less leaksDominik Maier
2020-03-09fix leaksvan Hauser
2020-03-09copyleft noteAndrea Fioraldi
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
2020-03-09Remove get_cut_time function from multiple places and refactor coderish9101
2020-03-07Add two new hooks for the custom mutatorh1994st
2020-03-07solve linking error when python is not availableAndrea Fioraldi
2020-03-07custom havoc mutationAndrea Fioraldi
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
2020-03-02Refactoring `fuzz_py` APIh1994st
2020-03-02Uniform API for both Python and custom mutatorh1994st
2020-03-02Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-02Add new APIs for the custom mutatorh1994st
2020-03-01migrated autoresume to use get_afl_envDominik Maier
2020-03-01Added AFL_AUTORESUME optionDominik Maier
2020-02-18skeleton for rtn cmplogAndrea Fioraldi
2020-02-07afl qemu persistent hookAndrea Fioraldi
2020-02-01AFL_ALIGNED_ALLOC in libdislocatorAndrea Fioraldi
2020-01-30Merge branch 'master' into CmpLogAndrea Fioraldi
2020-01-30cmplog runtime for LLVMAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-17formatAndrea Fioraldi
2020-01-17first experiment cmplogAndrea Fioraldi
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-30critical bugfix for afl-tminvan Hauser
2019-12-06IOS build fix.David Carlier
2019-12-02added -N no_unlink optionvan Hauser
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-11Android PR integrationvan Hauser
2019-11-11Merge branch 'master' into radamsaAndrea Fioraldi
2019-11-11libradamsa dlopenAndrea Fioraldi
2019-11-05test unicorn && AFL_DISABLE_TRIM env varAndrea Fioraldi
2019-10-26Porting cpu affinity to DragonFly.David Carlier
2019-10-24enhanced radamsa integrationvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove maint...hexcoder-
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-11fix FreeBSD compile error 'NBBY' is not definedhexcoder-
2019-10-10radamsa mutator as havoc cycle replacement with probability 1/24Andrea Fioraldi
2019-10-08Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-10-08persistent qemu should now works as expectedAndrea Fioraldi
2019-10-08added afl-fuzz -I cmdline optionvan Hauser
2019-10-05bind_to_free_cpu NetBSD's turnDavid Carlier
2019-10-04general maintancevan Hauser
2019-10-04Binding to the first free cpu, porting to FreeBSDDavid Carlier
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-18Merge pull request #60 from vanhauser-thc/wine_modeAndrea Fioraldi
2019-09-18qemu persistent GPRAndrea Fioraldi
2019-09-17wine mode first commitAndrea Fioraldi
2019-09-16added afl_custom_mutator_onlyvan Hauser