Skip to content

Commit 7108a16

Browse files
authored
Update README.md
1 parent 82f8521 commit 7108a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ The layout of this directory maps subdirectories to the respective experiments w
1616
| [04-crash-analysis](04-crash-analysis) | 6.4 | Crashes triggered across experiments | Crash root causes (Table 3). |
1717

1818
# Running the Experiments
19-
As it is hard to predict the type compute infrastructure that is available to the user (one very beefy instance, many small instances, or anything in between), we supply helper scripts that allow parallelizing execution in different setups.
19+
As it is hard to predict the type of compute infrastructure that is available to the user (one very beefy instance, many small instances, or anything in between), we supply helper scripts that allow parallelizing execution in different setups.
2020

2121
## Manual Experimentation
2222
If you would like to play around with specific targets by hand, fuzzing a target in isolation can be done using the `fuzzware pipeline` and `fuzzware genstats` utilities.
2323

2424
As an example, to manually fuzz test the `CNC` target which was originally introduced by the authors of P2IM, run:
2525
```
26-
$ fuzzware pipeline 02-comparison-with-state-of-the-art/P2IM/CNC
26+
$ fuzzware pipeline 02-comparison-with-state-of-the-art/P2IM/CNC --run-for 24:00:00
2727
```
2828
This will start Fuzzware with a single fuzzing instance and default parameters, and place a `fuzzware-project` directory in `02-comparison-with-state-of-the-art/P2IM/CNC/fuzzware-project`.
2929

@@ -98,4 +98,4 @@ To run the full set of experiments performed in Sections 6.1 and 6.2 on a single
9898
3. P2IM fuzzing: 10 targets, 5 repetitions, 24-hour single run time -> 50 days
9999
4. uEmu fuzzing: 11 targets, 5 repetitions, 24-hour single run time -> 50 days
100100

101-
These numbers exclude the additional time required to perform post-fuzzing generation of full traces.
101+
These numbers exclude the additional time required to perform post-fuzzing generation of full traces.

0 commit comments

Comments
 (0)