about summary refs log tree commit diff
path: root/src/afl-common.c
AgeCommit message (Collapse)Author
2020-05-02AFL_LLVM_SKIP_NEVERZERO addedvan Hauser
2020-04-30afl-untracer - next stepvan Hauser
2020-04-26refactored global listsDominik Maier
2020-04-24variable map size fix, error reporting through forkserver, code formatvan Hauser
2020-04-23fixed map location support for LTOvan Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-04-17add AFL_NO_PYTHON to list of env variableshexcoder-
2020-04-17refactoring getting the map sizevan Hauser
2020-04-17final fix for map_sizevan Hauser
2020-04-17Merge branch 'dev' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-04-17clearer codeDominik Maier
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-17fixed 2 unimportant leaksvan Hauser
2020-04-16removed redundent funcsDominik 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-10tackeled some warningsDominik Maier
2020-04-10resize fix + code formatDominik Maier
2020-04-09check for empty AFL env varsvan Hauser
2020-04-09ctx donevan Hauser
2020-04-09update env with AFL_NO_SNAPSHOTAndrea Fioraldi
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-01make travis happyDominik Maier
2020-04-01src doku is now markdownDominik Maier
2020-04-01dropped make switchesDominik Maier
2020-04-01add CFI sanitizervan Hauser
2020-03-20added llvm_mode ngram coveragevan 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-common.c: fix my error: argv is a copy (ck_alloc based)hexcoder-
Now unicorn_mode works with ASAN_BUILD and _WANT_ORIGINAL_AFL_ALLOC and DEBUG_BUILD also.
2020-03-13afl-common.c: ... but that breaks unicorn_mode, which it should not.hexcoder-
2020-03-13afl-common.c: avoid AFL++'s allocation API for libc's argv[] and reducehexcoder-
complexity for cwd
2020-03-12fix afl-common.c for *BSDhexcoder-
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-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-09quickfix for first big bug that use_stdin was not correctly initialized and ↵van Hauser
could not be set
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-09honor no_quiet for missing llvm_mode output, also print to stderr with ↵van Hauser
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
2020-03-05Fix leaks when stopping afl (#228)Dominik Maier
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to ↵van Hauser
this please ...
2020-02-25fix references to README docshexcoder-