diff options
author | Adrian Herrera <adrian.herrera02@gmail.com> | 2021-07-22 11:19:57 +0000 |
---|---|---|
committer | Adrian Herrera <adrian.herrera02@gmail.com> | 2021-07-28 06:50:41 +0000 |
commit | 99d24d13f1ad972ab0645cf81155b47a7e693a42 (patch) | |
tree | 5787d6929554869387b3bb676e886363b086039e /utils/optimin/README.md | |
parent | ea39e6d6e7b3329ff744e3a28b32b8862251d4cc (diff) | |
download | afl++-99d24d13f1ad972ab0645cf81155b47a7e693a42.tar.gz |
optimin: add missing cmin options and auto create output dir
* Includes frida, unicorn modes * Automatically create the output directory if it does not already exist
Diffstat (limited to 'utils/optimin/README.md')
-rw-r--r-- | utils/optimin/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/optimin/README.md b/utils/optimin/README.md index bea77225..3036b449 100644 --- a/utils/optimin/README.md +++ b/utils/optimin/README.md @@ -32,7 +32,9 @@ Color Options: General options: -C - Keep crashing inputs, reject everything else - -Q - Use binary-only instrumentation + -O - Use binary-only instrumentation (FRIDA mode) + -Q - Use binary-only instrumentation (QEMU mode) + -U - Use unicorn-based instrumentation (unicorn mode) -f - Include edge hit counts -i dir - Input directory -m megs - Memory limit for child process (default=none) |