Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upShHandleEptViolation not strict enough #28
Comments
This comment has been minimized.
This comment has been minimized.
|
That's right. Thank you for reporting the issue. |
tandasat
added
the
bug
label
Apr 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wonderzdh commentedApr 22, 2019
•
edited
Use GVA in ShHandleEptViolation to find hookinfo, which should actually be found using GPA. For example, if you use the function of mdl to remap VA in the guest, you will not get the correct processing here.
const auto info = ShpFindPatchInfoByPage(shared_sh_data, fault_va); if (!info) { return; }