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.12k stars 221 forks source link

ZW hooking #19

Closed DebugBuggin closed 6 years ago

DebugBuggin commented 6 years ago

The usermo example works great. Would kernel hooking be difficult to do with this project? Also just a side unrelated note I had disable CPU overclocking in my bios to stop some random bluescreens that would show.

wbenny commented 6 years ago

Hooking of kernel functions isn't really that difficult and there are multiple ways on how to achieve that. There's already issue on this: https://github.com/wbenny/hvpp/issues/7 I'm planning to push some of them in the master repo sometime in the future. Until then, you can take inspiration from another projects.

DebugBuggin commented 6 years ago

Ok great, also thanks again for this project, is pretty much the first i've seen that does usermo, when I found this repo was almost like Christmas for me :D, couldn't believe it, anyway i'll stop spamming your comments and get to work.

wbenny commented 6 years ago

https://github.com/tandasat/FU_Hypervisor already did that before hvpp :)

wbenny commented 6 years ago

And thanks for appreciation. I appreciate that. :)