Browse by type
<img width="100px" height="auto" src="https://github.com/SamuelTulach/memhv/raw/main/assets/chip-icon.png" />
<h3 align="center">memhv</h3>
Minimalistic hypervisor with memory introspection capabilities
This project has a single goal: to be as minimal as possible while providing a hypercall API for reading/writing an address space of any (protected) process. It is a standalone Microsoft Windows kernel-mode driver that can be loaded either normally or through manual mapping.

Common timing attacks are ineffective against this hypervisor, as it does not exit on CPUID or similar instructions typically used in such attacks. Memory of the hypervisor is hidden from the guest using NPT.
$ claude mcp add memhv \
-- python -m otcore.mcp_server <graph>