mirror of
https://github.com/reactos/syzkaller.git
synced 2024-12-04 01:11:22 +00:00
9de22c7d8b
-cover=0 is the default for syz-stress, remove it.
507 B
507 B
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"