Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-13 | fixed uaf and warnings | Dominik Maier | |
2020-04-12 | Better solution for ARM64 build fix (#315) | David CARLIER | |
2020-04-12 | build on arm64 fix. tested on Android. (#313) | David CARLIER | |
2020-04-11 | refactored cmplog | Dominik Maier | |
2020-04-10 | LTO 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-10 | resize fix + code format | Dominik Maier | |
2020-04-09 | merge PR#306 from neoni (thanks), silence test when bash is not found | hexcoder- | |
2020-04-09 | fix limits.h include | van Hauser | |
2020-04-09 | fix compilation in OpenBSD | hexcoder- | |
2020-04-01 | minor changes | Dominik Maier | |
2020-04-01 | more custom mutator remodelling | Dominik Maier | |
2020-04-01 | fixed leak | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | not allocating paths anymore | Dominik Maier | |
2020-03-23 | libasan.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-21 | renamed UB to rand_below | Dominik Maier | |
2020-03-21 | remove debug code | van Hauser | |
2020-03-21 | moved string formatting to header | Dominik Maier | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-21 | adjusted int_bufs | Dominik Maier | |
2020-03-21 | fix stat display | van Hauser | |
2020-03-19 | no more (?) statics | Dominik Maier | |
2020-03-19 | fixed resize; removed more statics | Dominik Maier | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-19 | moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links | van Hauser | |
2020-03-17 | cmplog was neither quiet nor where its llvm passes installed | van Hauser | |
2020-03-17 | fixed segfault on early bailout | Dominik Maier | |
2020-03-15 | Move 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-13 | afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found with | hexcoder- | |
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD") | |||
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin | van Hauser | |
2020-03-09 | fixed numerous leaks | Dominik Maier | |
2020-03-09 | code-format | van Hauser | |
2020-03-09 | AFL 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-09 | more code format | van Hauser | |
2020-03-02 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | h1994st | |
2020-03-02 | Add new APIs for the custom mutator | h1994st | |
2020-03-01 | migrated autoresume to use get_afl_env | Dominik Maier | |
2020-03-01 | Added AFL_AUTORESUME option | Dominik Maier | |
2020-02-29 | print OKF if an environment variable is successfully loaded - feebdack to ↵ | van Hauser | |
this please ... | |||
2020-02-28 | code-format | van Hauser | |
2020-02-25 | fix references to README docs | hexcoder- | |
2020-02-21 | block the usage of mopt with optionals mutators (redqueen/radamsa/etc...) | Andrea Fioraldi | |
2020-02-19 | forgot cleanup | van Hauser | |
2020-02-17 | fix issue #198 AFL_TMPDIR is ignored for file .cur_input | hexcoder- | |
2020-02-17 | little help on persistent mode crashes | van Hauser | |
2020-02-07 | afl qemu persistent hook | Andrea Fioraldi | |
2020-02-03 | fix MDs | van Hauser | |