diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-05-07 20:48:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-08 11:26:51 +0200 |
| commit | fe4122c3bf0b8032bbc19b12cf398adceba6286b (patch) | |
| tree | 5922b6804bce986cfb6e224993040bd9d053088c /docs/setup.md | |
| parent | 1913718f341e1e48f9806f3fb5a5e5f45babde27 (diff) | |
docs: various updates all over
Diffstat (limited to 'docs/setup.md')
| -rw-r--r-- | docs/setup.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/setup.md b/docs/setup.md index d7b9bd219..e343a2c37 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -3,14 +3,15 @@ Generic setup instructions for fuzzing Linux kernel are outlined [here](linux/setup.md). For other kernels see: -[Akaros](/docs/akaros/README.md), -[FreeBSD](/docs/freebsd/README.md), -[Fuchsia](/docs/fuchsia/README.md), -[NetBSD](/docs/netbsd/README.md), -[OpenBSD](/docs/openbsd/setup.md), -[Windows](/docs/windows/README.md). +[Akaros](akaros/README.md), +[FreeBSD](freebsd/README.md), +[Fuchsia](fuchsia/README.md), +[NetBSD](netbsd/README.md), +[OpenBSD](openbsd/setup.md), +[Windows](windows/README.md). -After following these instructions you should be able to run `syz-manager`, see it executing programs and be able to access statistics exposed at `http://127.0.0.1:56741`: +After following these instructions you should be able to run `syz-manager`, see it executing programs, and be able to access statistics exposed at `http://127.0.0.1:56741` (or whatever address you've specified in the manager config). +If everything is working properly, a typical execution log would look like: ``` $ ./bin/syz-manager -config=my.cfg |
