wbenny / hvpp

hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system
MIT License
1.09k stars 218 forks source link

Issue with multiple hidden pages #42

Open kino0924 opened 4 years ago

kino0924 commented 4 years ago

Hi. I've been studying ept hooking with hvpp. So far, it is great and work as I expected. However, If I try to make multiple hidden pages, it just doesnt work. I primary work on hvppdrv but it doesnt work on hvppdrv_c either. Am I missing? or is it bug?

wbenny commented 4 years ago

Hi, hvppdrv(_c) are example drivers that support hiding of just one page. Extending it to multiple pages is left as an exercise :)