about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2020-04-17add missing limits.h include for PATH_MAX (OpenBSD)hexcoder-
2020-04-17refactoring getting the map sizevan Hauser
2020-04-17remove unnecessary map_size variablesvan Hauser
2020-04-17forgot MAP_SIZE for afl struct mapsvan Hauser
2020-04-17added AFL_MAP_SIZE to env help outputvan Hauser
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
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