Skip to content

Commit 27004ac

Browse files
author
nmbr7
committed
Merge branch 'master' of https://github.com/nmbr7/Rusty-Fuzzer
2 parents 0de2c0f + f5b6328 commit 27004ac

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
2424
2) Running the fuzzer
2525
```
2626
cd 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
3248
This program has only been tested on a Linux (Arch linux) system.
3349
It 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**_

0 commit comments

Comments
 (0)