diff options
author | Adrian Herrera <adrian.herrera02@gmail.com> | 2021-07-20 04:23:26 +0000 |
---|---|---|
committer | Adrian Herrera <adrian.herrera02@gmail.com> | 2021-07-21 04:02:52 +0000 |
commit | 62f1bfed99b82bc073c138a00ff9a30bb596d09d (patch) | |
tree | 2d401f65bae30aba3bbff305e80aeea51992f39a /utils/README.md | |
parent | 3d7a2fc869a03da4c49a0a7e05d97f01a2846337 (diff) | |
download | afl++-62f1bfed99b82bc073c138a00ff9a30bb596d09d.tar.gz |
utils: added 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. |