fixed a comment

merge-requests/1/head v1.1
xerox 4 years ago
parent 520b9785f5
commit 08983dc37f

@ -50,7 +50,7 @@ namespace vdm
continue;
// check the first 32 bytes of the syscall, if its the same, test that its the correct
// occurrence of these bytes (since ntoskrnl is loaded into physical memory at least 2 times now)...
// occurrence of these bytes (since dxgkrnl is loaded into physical memory at least 2 times now)...
if (!memcmp(page_data + nt_page_offset, dxgkrnl_buffer + nt_rva, 32))
if (valid_syscall(reinterpret_cast<void*>(address + page + nt_page_offset)))
syscall_address.store(

Loading…
Cancel
Save