DdiMon icon indicating copy to clipboard operation
DdiMon copied to clipboard

ShHandleEptViolation not strict enough

Open wonderzdh opened this issue 6 years ago • 1 comments

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; }

wonderzdh avatar Apr 22 '19 07:04 wonderzdh

That's right. Thank you for reporting the issue.

tandasat avatar Apr 22 '19 13:04 tandasat