about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-03-04added __afl_final_loc to all compile RTsvan Hauser
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
- Remove AFL_PYTHON_ONLY (env) and python_only (variable) - Unify fuzz API of the custom mutator and Python module - Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage
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-29print OKF if an environment variable is successfully loaded - feebdack to ↵van Hauser
this please ...
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵van Hauser
and Makefile
2020-02-28v2.62dvan Hauser
2020-02-28v2.62cvan Hauser
2020-02-28better alloc-inl.hvan Hauser
2020-02-28code-formatvan Hauser
2020-02-27cpyrightAndrea Fioraldi
2020-02-27restore alloc-inl from AFLAndrea Fioraldi
2020-02-24sync afl-as setup with afl-llvm-rt (add __afl_area_ptr[0] = 1)hexcoder-
2020-02-242.61d initvan Hauser
2020-02-24v2.61c 2.61cvan Hauser
2020-02-24important InsTrim fixes!van Hauser
2020-02-21no unnecessary warnings in test.shvan Hauser
2020-02-19Merge pull request #202 from vanhauser-thc/cmplog_routinesAndrea Fioraldi
Cmplog routines for LLVM mode
2020-02-19forgot cleanupvan Hauser
2020-02-18skeleton for rtn cmplogAndrea Fioraldi
2020-02-18cmplog routines llvm passAndrea Fioraldi
2020-02-18remove heap checks in alloc-inl.hAndrea Fioraldi
2020-02-17that env is not for the users, it is an internal env used to tell qemu that ↵Andrea Fioraldi
we want the cmplog shmem
2020-02-17code formatvan Hauser
2020-02-17unsafe memory speed togglevan Hauser
2020-02-16fixvan Hauser
2020-02-16check for mistyped env varsvan Hauser
2020-02-16code formatAndrea Fioraldi
2020-02-09add 'e' code for versionvan Hauser
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-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-17increased default memory limit (200megs) on NetBSD (due to kernel bug), ↵hexcoder-
fixes the afl-tmin test
2020-01-06moar copyright notesAndrea Fioraldi
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-30critical bugfix for afl-tminvan Hauser
2019-12-18v2.59d initvan Hauser
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-06IOS build fix.David Carlier
system call is disabled on this platform.
2019-12-05Suppress noisy little build compiler plugins warning on platforms != LinuxDavid Carlier