From 08983dc37f1ed371800d87305d07f30c6e7b3f42 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 2 Nov 2020 13:23:14 -0800 Subject: [PATCH] fixed a comment --- VDM/vdm_ctx/vdm_ctx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDM/vdm_ctx/vdm_ctx.cpp b/VDM/vdm_ctx/vdm_ctx.cpp index a5a1119..8b16ab4 100644 --- a/VDM/vdm_ctx/vdm_ctx.cpp +++ b/VDM/vdm_ctx/vdm_ctx.cpp @@ -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(address + page + nt_page_offset))) syscall_address.store(