You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
20
20
21
21
## Manual Experimentation
22
22
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.
23
23
24
24
As an example, to manually fuzz test the `CNC` target which was originally introduced by the authors of P2IM, run:
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`.
29
29
@@ -98,4 +98,4 @@ To run the full set of experiments performed in Sections 6.1 and 6.2 on a single
98
98
3. P2IM fuzzing: 10 targets, 5 repetitions, 24-hour single run time -> 50 days
99
99
4. uEmu fuzzing: 11 targets, 5 repetitions, 24-hour single run time -> 50 days
100
100
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