Created
October 28, 2015 16:28
-
-
Save kjlubick/3ca138c7501611403e62 to your computer and use it in GitHub Desktop.
Help text for afl-fuzz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./afl-fuzz [ options ] -- /path/to/fuzzed_app [ ... ] | |
Required parameters: | |
-i dir - input directory with test cases | |
-o dir - output directory for fuzzer findings | |
Execution control settings: | |
-f file - location read by the fuzzed program (stdin) | |
-t msec - timeout for each run (auto-scaled, 50-1000 ms) | |
-m megs - memory limit for child process (50 MB) | |
-Q - use binary-only instrumentation (QEMU mode) | |
Fuzzing behavior settings: | |
-d - quick & dirty mode (skips deterministic steps) | |
-n - fuzz without instrumentation (dumb mode) | |
-x dir - optional fuzzer dictionary (see README) | |
Other stuff: | |
-T text - text banner to show on the screen | |
-M / -S id - distributed mode (see parallel_fuzzing.txt) | |
-C - crash exploration mode (the peruvian rabbit thing) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment