From 002876b2e8f841a22d290dab2b81cb7b1c1eb653 Mon Sep 17 00:00:00 2001 From: d0ntrash Date: Fri, 7 Feb 2025 13:15:12 +0100 Subject: [PATCH] Add link to selffuzz --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f533b0..b5f3844 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ It provides essential functionalities such as issuing hypercalls, managing funct ## Getting Started -We provide [examples](https://github.com/neodyme-labs/hyperhook/examples) for both Windows and Linux. -There is also a `selffuzz` example for testing purposes. +We provide [examples](https://github.com/neodyme-labs/hyperhook/tree/main/examples) for both Windows and Linux. + +There is also a [selffuzz](https://github.com/neodyme-labs/hyperhook/tree/main/examples/selffuzz) example for testing purposes. For a detailed setup instructions check out our [blog post](https://neodyme.io/blog/hyperhook).