diff --git a/README.md b/README.md index 8264b5670..92a7a21e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# KVM-Nyx +# KVM-Nyx-fork + +This is a fork of [KVM-Nyx](https://github.com/nyx-fuzz/KVM-Nyx) which enables collecting timing information in the intel pt trace. + +------ KVM-Nyx is a fork of KVM and enables Intel-PT tracing for vCPUs and nested hypercalls which are required for hypervisor fuzzing. It enables fuzzing of any x86 / x86-64 target by using one of Nyx's fuzzer frontends. Our patches are based on kernel version 5.10.73. You can find more detailed information in our main repository.