about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-03-23less branches, cleanupDominik Maier
2020-03-22little performance enhancementsvan Hauser
2020-03-22silly, silly typovan Hauser
2020-03-22all afl msgs to stdout and only read AFL_BENCH_JUST_ONE oncevan Hauser
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21remove debug codevan Hauser
2020-03-21moved string formatting to headerDominik Maier
2020-03-21test.sh with -no-pievan Hauser
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19no more (?) staticsDominik Maier
2020-03-19removed unneeded funcDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-17added mmopt power schedulevan Hauser
2020-03-15print a completed UI screen on exit without bugs :)van Hauser
2020-03-15fix errors in last commit (u8)afl_get_envvan Hauser
2020-03-15Move afl-fuzz related env variables into afl_state_t (#252)Rishi Ranjan
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment
2020-03-15fauxserverDominik Maier
2020-03-14fix compilation under FreeBSD: ugly name clash of LIST_FOREACH (FreeBSDs fault)hexcoder-
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-10document new environment variables and code formatvan Hauser
2020-03-09now wiht 90% less leaksDominik Maier
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and ↵van Hauser
could not be set
2020-03-09replaced free with ck_freeDominik Maier
2020-03-09fix leaksvan Hauser
2020-03-09copyleft noteAndrea Fioraldi
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz
2020-03-09Merge pull request #240 from rish9101/refactorvan Hauser
Remove get_cut_time function from multiple places and refactor code
2020-03-09more code formatvan Hauser
2020-03-09Remove get_cut_time function from multiple places and refactor coderish9101
2020-03-07Add two new hooks for the custom mutatorh1994st
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples
2020-03-07solve linking error when python is not availableAndrea Fioraldi
2020-03-07custom havoc mutationAndrea Fioraldi
2020-03-05Add LTO collision free llvm_mode (#223)van Hauser
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme
2020-03-04Merge pull request #221 from h1994st/masterAndrea Fioraldi
Uniform Python and custom mutator API
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