diff options
author | marc <marc@marc.srlabs.de> | 2023-08-09 16:31:30 +0200 |
---|---|---|
committer | marc <marc@marc.srlabs.de> | 2023-08-09 16:31:30 +0200 |
commit | d9cadb2e7db1d1c208cd40299f0e5c4f6364aa2c (patch) | |
tree | f47e97c5b10aee725b53fbaba2f1d51dd86e2d83 /docs | |
parent | a0aaae9b179ecabec59fbe528b24ec0651a1d9be (diff) | |
download | afl++-d9cadb2e7db1d1c208cd40299f0e5c4f6364aa2c.tar.gz |
-c - support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 75167172..76f98547 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,7 +15,10 @@ command line tool! See custom_mutators/aflpp/standalone/ - display the state of the fuzzing run in the UI :-) - fix timeout setting if '+' is used or a session is restarted - - -c X option to enable base64 transformation solving + - -l X option to enable base64 transformation solving + - allow to disable CMPLOG with '-c -' (e.g. afl.rs enforces '-c 0' on + every instance which is counterproductive). + - afl-cmin/afl-cmin.bash: - fixed a bug inherited from vanilla AFL where a coverage of map[123] = 11 would be the same as map[1123] = 1 |