Frequently Asked Question’s (FAQ’s)¶
Is there a snapshot fuzzer?¶
Yes! See Fuzzable Emulation for more information
Does this work on [non-linux operating system name]?¶
Nope! This is not supported, though the list of things that are linux-specific
are:
- styx-trace: using THP on linux and mmaping a shared memory ring buffer
On windows please use WSL2 or docker / podman to run Styx, on anything else
please use docker / podman. There is also a devcontainer
provided in the source tree to help with this.
Builds should succeed on *nix-like platforms (including macos), however the tracebus, fuzzer and other consumers of the tracebus will not work.