-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NtLockVirtualMemory fix #5
NtLockVirtualMemory fix #5
Conversation
NtLockVirtualMemory is not initialized
Add offset
Init offset NtLockVirtualMemory
It's unused. |
its used here |
I don't remember exactly the cause as I haven't touched this in a year now, but by default cross page hooks are unsupported. The crash is probably due to either an unpatched bug in the public version of the hv or some condition with usermode EPT vmexit handling. Either way the whole usermode EPT hook is basically a PoC to show it's possible to have them without lagging like a maniac like many other hv projects do, and can be done portably across amd and intel. You're on your own to fix this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is DbgMsg2?
8967631
into
cutecatsandvirtualmachines:master
NtLockVirtualMemory is not initialized