ionescu007 / SimpleVisor

SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
http://ionescu007.github.io/SimpleVisor/
1.69k stars 259 forks source link

[shvos.c] bugfix AllocateAlignedRuntimePages #20

Closed levcoidan closed 6 years ago

levcoidan commented 7 years ago

AllocateAlignedRuntimePages input suppose to be the number of pages to allocate and not the actual size to allocate

ionescu007 commented 6 years ago

Fixed in 23f7da3

ionescu007 commented 5 years ago

@levcoidan do you have an e-mail/Twitter I could reach you at?