Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-14 | minor cmplog bugfix | vanhauser-thc | |
2023-06-12 | enable text mode | vanhauser-thc | |
2023-06-12 | update new feature config | vanhauser-thc | |
2023-06-09 | binary mutations | vanhauser-thc | |
2023-06-09 | Merge pull request #1764 from AFLplusplus/mncomp | van Hauser | |
class afl++ mutations | |||
2023-06-08 | show fuzzing state | vanhauser-thc | |
2023-06-06 | no_ui mode | vanhauser-thc | |
2023-06-06 | comparison | vanhauser-thc | |
2023-06-06 | Merge pull request #1759 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-06-06 | add current mutation strategy to include | vanhauser-thc | |
2023-06-01 | rewrote PCGUARD | vanhauser-thc | |
2023-05-31 | switch user mailinglist reference to discord | vanhauser-thc | |
2023-05-23 | revert fix | vanhauser-thc | |
2023-05-23 | fix gnumakefile for non-gcc | vanhauser-thc | |
2023-05-23 | response file fix | vanhauser-thc | |
2023-05-23 | allow llvm_instrument native | vanhauser-thc | |
2023-05-23 | fix custom mutator only check | vanhauser-thc | |
2023-05-21 | code format | vanhauser-thc | |
2023-05-21 | fix | vanhauser-thc | |
2023-05-21 | make AFL_CUSTOM_INFO overridable | vanhauser-thc | |
2023-05-18 | act on invalid AFL_CUSTOM_MUTATOR_ONLY usage | vanhauser-thc | |
2023-05-18 | symqemu mutator options | vanhauser-thc | |
2023-05-18 | improved symqemu custom mutator | vanhauser-thc | |
2023-05-12 | add @responsefile support for afl-cc | vanhauser-thc | |
2023-05-12 | afl-clang-lto incomptable with -flto=thin | vanhauser-thc | |
2023-05-10 | better tritondse support | vanhauser-thc | |
2023-05-09 | fix makefile | vanhauser-thc | |
2023-05-05 | tritondse custom mutator attempt | vanhauser-thc | |
2023-05-04 | afl-fuzz.c: Document -i - in --help (#1725) | Moshe Kaplan | |
afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely. | |||
2023-05-01 | fix reallocs | vanhauser-thc | |
2023-05-01 | Should memset EFF_ALEN(len) of eff_map (#1722) | lazymio | |
2023-05-01 | fix effector map | vanhauser-thc | |
2023-04-28 | doc, code format | vanhauser-thc | |
2023-04-28 | Source Code Coverage support for Nyx (Part 1) (#1720) | Christian Holler (:decoder) | |
* Additional source code reformatting in afl-compiler-rt * Add source code coverage support to afl-compiler-rt (for use with Nyx) | |||
2023-04-27 | afl-showmap: Start a only a single fork server (#1718) | Nick Potenski | |
A forkserver is started by afl_fsrv_get_mapsize() when dynamically finding the map size. When an input directory option is specified a second fork server was also started. This commit re-arranges the inits for several forkserver struct members so that we can re-use the server started by the get_mapsize() call when not in coresight/qemu/unicorn modes and just start the server otherwise. | |||
2023-04-27 | nits | vanhauser-thc | |
2023-04-27 | slightly different weighting algo (#1719) | van Hauser | |
* better seed selection * slightly different weighting calculation * remove unnecessary memset | |||
2023-04-27 | more debug | vanhauser-thc | |
2023-04-27 | afl++ -> AFL++ | vanhauser-thc | |
2023-04-25 | fix | vanhauser-thc | |
2023-04-25 | rename env to AFL_IGNORE_PROBLEMS_COVERAGE | vanhauser-thc | |
2023-04-25 | afl-cmin -T support | vanhauser-thc | |
2023-04-25 | fixes | vanhauser-thc | |
2023-04-25 | only reverse reading the queue on restart | vanhauser-thc | |
2023-04-25 | Merge pull request #1713 from kenohassler/wafl-mode | van Hauser | |
llvm-lto: allow skipping initialisation | |||
2023-04-24 | document new env var | Keno Hassler | |
2023-04-24 | afl-showmap -I option | vanhauser-thc | |
2023-04-22 | Merge pull request #1711 from atnwalk/atnwalk | van Hauser | |
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator | |||
2023-04-22 | typo | vanhauser-thc | |
2023-04-21 | fixed formatting with make code-format | Maik Betka | |