File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22__ A Coverage Guided Evolutionary Fuzzer Written in Rust__
33
44
5- * _ STATUS : :negative_squared_cross_mark : Unstable _ *
5+ * _ STATUS : :heavy_check_mark : stable _ *
66
77## # Installation
88
@@ -24,14 +24,29 @@ cargo build --release
24242 ) Running the fuzzer
2525```
2626cd target/release
27- ./rusty-fuzzer
27+ ./rusty-fuzzer --help
28+ rusty_fuzzer 0.1.0
29+ nmbr_7
30+ A grey box evolutionary fuzzer
31+
32+ USAGE:
33+ rusty-fuzzer [OPTIONS] --input <INPUT_COMMAND> --seed <SEED_FILE_DIR>
34+
35+ FLAGS:
36+ -h, --help Prints help information
37+ -V, --version Prints version information
38+
39+ OPTIONS:
40+ -i, --input <INPUT_COMMAND> Input program and arguments where the argument to be fuzzed is specified by '@'
41+ -t, --inputtype <INPUT_TYPE> Input type taken by the program (FileInput(f) or command line TextInput(c))
42+ -s, --seed <SEED_FILE_DIR> Seed directory to use
43+
2844```
29- < img src = " /Images/help.png " width = 70% height = 70% >
45+
3046
3147## # Notes
3248This program has only been tested on a Linux (Arch linux) system.
3349It should build and run on all other linux and unix-like systems, though it is not guaranteed.
3450
35- :bangbang : The Fuzzer is currently experimental.
3651
3752_ ** This documentation is not complete, and other details related to binary instrumentations and fuzzing a binary will be updated shortly** _
You can’t perform that action at this time.
0 commit comments