about summary refs log tree commit diff
path: root/docs/fuzzing_binary-only_targets.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-29 11:55:16 +0100
committervanhauser-thc <vh@thc.org>2021-12-29 11:55:16 +0100
commitdbc62dbe566c7a3fc9ad9e3fbf2ef112442ad4f6 (patch)
tree6a929fd528872dfceb0da087132c107c130badf9 /docs/fuzzing_binary-only_targets.md
parent1a25ccb61829105628e096ad7afb68100bfda753 (diff)
downloadafl++-dbc62dbe566c7a3fc9ad9e3fbf2ef112442ad4f6.tar.gz
sprinkle nyx links in the docs
Diffstat (limited to 'docs/fuzzing_binary-only_targets.md')
-rw-r--r--docs/fuzzing_binary-only_targets.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md
index 0f2f84f6..855d7756 100644
--- a/docs/fuzzing_binary-only_targets.md
+++ b/docs/fuzzing_binary-only_targets.md
@@ -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