about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
AgeCommit message (Collapse)Author
2020-05-13fix GNUmakefilevan Hauser
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-13Fix previous commit bugsrish9101
2020-05-13Fix bugs, remove intial post library testrish9101
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-04-26refactored global listsDominik Maier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-17fix plot_data output and code-formatvan Hauser
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13fixed uaf and warningsDominik 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-11refactored cmplogDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-10resize fix + code formatDominik Maier
2020-04-09merge PR#306 from neoni (thanks), silence test when bash is not foundhexcoder-
2020-04-09fix limits.h includevan Hauser
2020-04-09fix compilation in OpenBSDhexcoder-
2020-04-01minor changesDominik Maier
2020-04-01more custom mutator remodellingDominik Maier
2020-04-01fixed leakDominik Maier
2020-04-01code formatDominik Maier
2020-04-01not allocating paths anymoreDominik Maier
2020-03-23libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it ↵Andrea Fioraldi
is not linked by default. Search for __asan_init instead.
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-21adjusted int_bufsDominik Maier
2020-03-21fix stat displayvan Hauser
2020-03-19no more (?) staticsDominik Maier
2020-03-19fixed resize; removed more staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-17fixed segfault on early bailoutDominik Maier
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-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-11honor afl_quiet on env var checks + code-formatvan Hauser
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-09fixed numerous leaksDominik Maier
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