Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | silence some clang warnings | Dominik Maier | |
2020-04-16 | removed redundent funcs | Dominik Maier | |
2020-04-14 | unified forkservered run_target, fixes #308 | Dominik Maier | |
2020-04-14 | solve conflicts | Andrea Fioraldi | |
2020-04-14 | solve conflicts | Andrea Fioraldi | |
2020-04-14 | cmplog is now better | Andrea Fioraldi | |
2020-04-13 | allow -L -1 to enable mopt in parallel to classic mutation | van Hauser | |
2020-04-13 | fix all cmplog errors | Andrea Fioraldi | |
2020-04-13 | fix some cmplog refactoring bugs | Andrea Fioraldi | |
2020-04-13 | cmplog forkserver tidying | 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 | fix -E/-V | van Hauser | |
2020-04-11 | more refactoring and update changelog | van Hauser | |
2020-04-11 | refactored cmplog | Dominik Maier | |
2020-04-10 | code format | Dominik Maier | |
2020-04-10 | removed vla for tmpfile | Dominik Maier | |
2020-04-10 | added back afl_state_deinit | Dominik Maier | |
2020-04-09 | fix review comments by Heiko | van Hauser | |
2020-04-09 | afl-fuzz: add usage info when no python support is there, use it in test.sh | hexcoder- | |
2020-04-09 | added snapshot feature to documentation | van Hauser | |
2020-04-09 | small enhancements and code-format | van Hauser | |
2020-04-01 | fix ASAN check | van Hauser | |
2020-04-01 | fixed asan mem limit | Dominik Maier | |
2020-04-01 | disable memory limits for ASAN build | van Hauser | |
2020-04-01 | make travis happy | Dominik Maier | |
2020-03-22 | little performance enhancements | van Hauser | |
2020-03-22 | a little bit more performance | van Hauser | |
2020-03-22 | all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once | van Hauser | |
2020-03-21 | remove debug code | van Hauser | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-20 | add RARE schedule. also fixes doc_path | van Hauser | |
2020-03-19 | moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links | van Hauser | |
2020-03-17 | added mmopt power schedule | van Hauser | |
2020-03-15 | print a completed UI screen on exit without bugs :) | van Hauser | |
2020-03-15 | fix errors in last commit (u8)afl_get_env | van Hauser | |
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-15 | fauxserver | Dominik Maier | |
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-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 | now wiht 90% less leaks | Dominik Maier | |
2020-03-09 | quickfix for first big bug that use_stdin was not correctly initialized and ↵ | van Hauser | |
could not be set | |||
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-05 | clarify -N option | van Hauser | |
2020-03-03 | Update the documents of the custom mutator | h1994st | |
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md | |||
2020-03-03 | Finish refactoring APIs for the custom mutator and Python module | h1994st | |
- 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-02 | Refactoring `fuzz_py` API | h1994st | |