diff options
author | van Hauser <vh@thc.org> | 2021-07-21 09:48:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 09:48:04 +0200 |
commit | fa2b164429f8488bf8a360c20933c7db238ed17c (patch) | |
tree | 2d401f65bae30aba3bbff305e80aeea51992f39a /utils/README.md | |
parent | 3d7a2fc869a03da4c49a0a7e05d97f01a2846337 (diff) | |
parent | 62f1bfed99b82bc073c138a00ff9a30bb596d09d (diff) | |
download | afl++-fa2b164429f8488bf8a360c20933c7db238ed17c.tar.gz |
Merge pull request #1035 from adrianherrera/optimin-util
add optimin corpus minimizer
Diffstat (limited to 'utils/README.md')
-rw-r--r-- | utils/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/README.md b/utils/README.md index b157424f..92619fd0 100644 --- a/utils/README.md +++ b/utils/README.md @@ -40,6 +40,8 @@ Here's a quick overview of the stuff you can find in this directory: - libpng_no_checksum - a sample patch for removing CRC checks in libpng. + - optimin - An optimal corpus minimizer. + - persistent_mode - an example of how to use the LLVM persistent process mode to speed up certain fuzzing jobs. |