You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }
The text was updated successfully, but these errors were encountered:
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; }
The text was updated successfully, but these errors were encountered: