diff options
| author | Andrey Konovalov <andreyknvl@gmail.com> | 2017-06-14 16:14:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-14 16:14:10 +0200 |
| commit | 7cd61f3553adac37774928f52de69aa171b6ca81 (patch) | |
| tree | 5c9688082092be0025e8a9f90eaf89ad9c180a57 /docs/usage.md | |
| parent | 3c443a11e8b24f41d997b5b20d9b53ceef3207d2 (diff) | |
| parent | 15826f50875c279b9c7b3c6d26322efe15f24cfb (diff) | |
Merge pull request #232 from xairy/up-docs-improve
Move parts of README to docs
Diffstat (limited to 'docs/usage.md')
| -rw-r--r-- | docs/usage.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/usage.md b/docs/usage.md new file mode 100644 index 000000000..b609ff0d4 --- /dev/null +++ b/docs/usage.md @@ -0,0 +1,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) |
