mirror of
https://github.com/reactos/syzkaller.git
synced 2024-12-11 13:24:07 +00:00
9de22c7d8b
-cover=0 is the default for syz-stress, remove it.
20 lines
507 B
Markdown
20 lines
507 B
Markdown
# Fuchsia support
|
|
|
|
To update descriptions run:
|
|
```
|
|
make extract TARGETOS=fuchsia SOURCEDIR=/path/to/fuchsia/checkout
|
|
make generate
|
|
```
|
|
|
|
To build binaries:
|
|
```
|
|
make TARGETOS=fuchsia TARGETARCH=amd64 SOURCEDIR=/path/to/fuchsia/checkout
|
|
```
|
|
|
|
To run:
|
|
```
|
|
$SOURCEDIR/out/build-zircon/tools/netcp bin/fuchsia_amd64/syz-executor :/syz-executor
|
|
$SOURCEDIR/out/build-zircon/tools/netcp bin/fuchsia_amd64/syz-stress :/syz-stress
|
|
$SOURCEDIR/out/build-zircon/tools/netruncmd : "/syz-stress -executor /syz-executor"
|
|
```
|