From f6c5394c8ed7bff7204ae8ae8d42a211c7ddb26a Mon Sep 17 00:00:00 2001 From: 20urc3 <94982366+20urc3@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:07:44 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3a240e..5444c99 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,19 @@ Of course, this project has absolutely no pretension to replace any state-of-the ## Usage -Start a command prompt and use the following syntax: -`Aplos.exe -t {TARGET PROGRAM} -i {INPUT FOLDER} -e {EXTENSIONS} -D (OPTIONAL) {DELAY TIMEOUT}` - +
+ +
+
+ +Start the fuzzer using the following syntax: +```sh +Aplos.exe -t {TARGET PROGRAM} -i {INPUT FOLDER} -e {EXTENSIONS} -D (OPTIONAL) {DELAY TIMEOUT}` +``` +* `-t, --target`: The path the target program you want to fuzz. +* `-i, --input`: The input folder containing your testcases. +* `-e, --extension`: The extensions your mutated file should use. +* `-D, --delay`: The delay in ms for the target program to be executed then close (default = 1000). ## Going further As explained in this documentation, this tool is meant to be educative and help researchers learn and enjoy playing with fuzzers.