aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usage.md
blob: b609ff0d422948d168ac742343eb55fb6937db8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Running syzkaller

Start the `syz-manager` process as:
```
./bin/syz-manager -config my.cfg
```

The `-config` command line option gives the location of the configuration file [described above](#configuration).

The `syz-manager` process will wind up QEMU virtual machines and start fuzzing in them.
Found crashes, statistics and other information is exposed on the HTTP address provided in manager config.

- [How to execute syzkaller programs](executing_syzkaller_programs.md)
- [How to reproduce crashes](reproducing_crashes.md)
- [How to connect several managers via Hub](connecting_several_managers.md)