From 15826f50875c279b9c7b3c6d26322efe15f24cfb Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 14 Jun 2017 14:13:00 +0200 Subject: docs: move parts of README to docs --- docs/usage.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/usage.md (limited to 'docs/usage.md') 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) -- cgit mrf-deployment