about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2020-04-16silence some clang warningsDominik Maier
2020-04-16removed redundent funcsDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-14solve conflictsAndrea Fioraldi
2020-04-14solve conflictsAndrea Fioraldi
2020-04-14cmplog is now betterAndrea Fioraldi
2020-04-13allow -L -1 to enable mopt in parallel to classic mutationvan Hauser
2020-04-13fix all cmplog errorsAndrea Fioraldi
2020-04-13fix some cmplog refactoring bugsAndrea Fioraldi
2020-04-13cmplog forkserver tidyingDominik Maier
2020-04-12Better solution for ARM64 build fix (#315)David CARLIER
2020-04-12build on arm64 fix. tested on Android. (#313)David CARLIER
2020-04-11fix -E/-Vvan Hauser
2020-04-11more refactoring and update changelogvan Hauser
2020-04-11refactored cmplogDominik Maier
2020-04-10code formatDominik Maier
2020-04-10removed vla for tmpfileDominik Maier
2020-04-10added back afl_state_deinitDominik Maier
2020-04-09fix review comments by Heikovan Hauser
2020-04-09afl-fuzz: add usage info when no python support is there, use it in test.shhexcoder-
2020-04-09added snapshot feature to documentationvan Hauser
2020-04-09small enhancements and code-formatvan Hauser
2020-04-01fix ASAN checkvan Hauser
2020-04-01fixed asan mem limitDominik Maier
2020-04-01disable memory limits for ASAN buildvan Hauser
2020-04-01make travis happyDominik Maier
2020-03-22little performance enhancementsvan Hauser
2020-03-22a little bit more performancevan Hauser
2020-03-22all afl msgs to stdout and only read AFL_BENCH_JUST_ONE oncevan Hauser
2020-03-21remove debug codevan Hauser
2020-03-21test.sh with -no-pievan Hauser
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
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-13afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found withhexcoder-
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD")
2020-03-10unified pointer placementDominik Maier
2020-03-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan 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-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-09more code formatvan Hauser
2020-03-05clarify -N optionvan Hauser
2020-03-03Update the documents of the custom mutatorh1994st
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md
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