File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 2020 - [ Checking Target Software Compatibility] ( fuzzing/compatibility.md )
2121 - [ Choosing A Harnessing Method] ( fuzzing/choose-harnessing-method.md )
2222 - [ Running the Fuzzer] ( fuzzing/running-fuzzer.md )
23- - [ Verifying Progress] ( fuzzing/verifying-progress.md )
2423 - [ Optimizing For Fuzzing] ( fuzzing/optimizing-for-fuzzing.md )
2524 - [ Analyzing Results] ( fuzzing/analyzing-results.md )
2625
2726## Tutorials
2827
2928- [ Tutorials] ( tutorials/README.md )
3029 - [ Fuzzing an x86_64 EDK2 UEFI Application] ( tutorials/edk2-uefi/README.md )
30+ - [ Writing the Application] ( tutorials/edk2-uefi/writing-the-application.md )
31+ - [ Building the Application] ( tutorials/edk2-uefi/building-the-application.md )
32+ - [ Testing the Application] ( tutorials/edk2-uefi/testing-the-application.md )
33+ - [ Configuring the Fuzzer] ( tutorials/edk2-uefi/configuring-the-fuzzer.md )
34+ - [ Running the Fuzzer] ( tutorials/edk2-uefi/running-the-fuzzer.md )
35+ - [ Reproducing Runs] ( tutorials/edk2-uefi/reproducing-runs.md )
36+ - [ Optimizing For Speed] ( tutorials/edk2-uefi/optimizing-for-speed.md )
3137 - [ Fuzzing a RISC-V Kernel Module] ( tutorials/kernel-module/README.md )
38+ - [ Target Software Outline] ( tutorials/kernel-module/target-software-outline.md )
39+ - [ Target Software Boilerplate] ( tutorials/kernel-module/target-software-boilerplate.md )
40+ - [ Kernel Module Code] ( tutorials/kernel-module/kernel-module-code.md )
41+ - [ Kernel Module Harnessing] ( tutorials/kernel-module/kernel-module-harnessing.md )
42+ - [ Updating the Build Configuration] ( tutorials/kernel-module/build-configuration-updates.md )
43+ - [ Running the Fuzzer] ( tutorials/kernel-module/running-the-fuzzer.md )
3244
3345## Reference Guide
3446
Original file line number Diff line number Diff line change 33- [ Checking Compatibility] ( compatibility.md )
44- [ Choosing a Harnessing Method] ( choose-harnessing-method.md )
55- [ Running the Fuzzer] ( running-fuzzer.md )
6- - [ Verifying Progress] ( verifying-progress.md )
76- [ Optimizing for Fuzzing] ( optimizing-for-fuzzing.md )
Original file line number Diff line number Diff line change 1- # Running the Fuzzer
1+ # Running the Fuzzer
2+
3+ Once a fuzzing campaign is set up, you can generally run the fuzzer like:
4+
5+ ``` sh
6+ ./simics -no-gui --no-win --batch-mode fuzz.simics
7+ ```
8+
9+ At a log level of 2 or greater (i.e. set ` tsffs.log-level 2 ` in your script) , you'll
10+ see statistics of the current progress during execution.
You can’t perform that action at this time.
0 commit comments