This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,19 @@ Of course, this project has absolutely no pretension to replace any state-of-the
44
44
45
45
<!-- USAGE EXAMPLES -->
46
46
## Usage
47
- Start a command prompt and use the following syntax:
48
- ` Aplos.exe -t {TARGET PROGRAM} -i {INPUT FOLDER} -e {EXTENSIONS} -D (OPTIONAL) {DELAY TIMEOUT} `
49
-
47
+ <div align =" center " >
48
+ <img src=https://github.com/20urc3/Aplos/assets/94982366/989e0a88-50bd-47e0-b39e-a2a2970daee9 align="center">
49
+ </div >
50
+ <br />
51
+
52
+ Start the fuzzer using the following syntax:
53
+ ``` sh
54
+ Aplos.exe -t {TARGET PROGRAM} -i {INPUT FOLDER} -e {EXTENSIONS} -D (OPTIONAL) {DELAY TIMEOUT}`
55
+ ` ` `
56
+ * ` -t, --target` : The path the target program you want to fuzz.
57
+ * ` -i, --input` : The input folder containing your testcases.
58
+ * ` -e, --extension` : The extensions your mutated file should use.
59
+ * ` -D, --delay` : The delay in ms for the target program to be executed then close (default = 1000).
50
60
51
61
# # Going further
52
62
As explained in this documentation, this tool is meant to be educative and help researchers learn and enjoy playing with fuzzers.
You can’t perform that action at this time.
0 commit comments