
* Add NyxCmpObserver to libafl_nyx * Add nyx_launcher example fuzzer * Cargo Format/Clippy * Adapt to naming scheme * Taplo fmt * Add hex decode function to remove hex dependency * Add nyx_launcher to CI * Remove UsesState --------- Co-authored-by: Dominik Maier <domenukk@gmail.com>
12 lines
255 B
Markdown
12 lines
255 B
Markdown
# nyx_launcher
|
|
|
|
Example fuzzer based on `qemu_launcher` but for Nyx.
|
|
|
|
## Run the fuzzer
|
|
|
|
Run with an existing nyx shared dir:
|
|
|
|
```
|
|
cargo run -- --input input/ --output output/ --share /tmp/shareddir/ --buffer-size 4096 --cores 0-1 -v --cmplog-cores 1
|
|
```
|