sprinkle nyx links in the docs

This commit is contained in:
vanhauser-thc
2021-12-29 11:55:16 +01:00
parent 1a25ccb618
commit dbc62dbe56
4 changed files with 27 additions and 18 deletions

View File

@ -125,6 +125,16 @@ to check out our sister project libafl which supports Frida, too:
[https://github.com/AFLplusplus/LibAFL](https://github.com/AFLplusplus/LibAFL).
Working examples already exist :-)
### Nyx mode
Nyx is a full system emulation fuzzing environment with snapshot support that
is built upon KVM and QEMU.
It is only available on Linux and currently restricted to x86_x64.
For binary-only fuzzing a special 5.10 kernel is required.
See [nyx_mode/README.md](../nyx_mode/README.md)
### Unicorn
Unicorn is a fork of QEMU. The instrumentation is, therefore, very similar. In