From f06dfdb37006029e2617265ef05b2625b7fa0162 Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 3 May 2020 06:29:11 +0000 Subject: [PATCH] Update kernel_ctx.h --- physmeme-lib/kernel_ctx/kernel_ctx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physmeme-lib/kernel_ctx/kernel_ctx.h b/physmeme-lib/kernel_ctx/kernel_ctx.h index 0c79a9a..8f82162 100644 --- a/physmeme-lib/kernel_ctx/kernel_ctx.h +++ b/physmeme-lib/kernel_ctx/kernel_ctx.h @@ -80,9 +80,9 @@ namespace physmeme mutable std::atomic psyscall_func; // - // you can edit this how you choose, im hooking NtTraceControl. + // you can edit this how you choose, im hooking NtShutdownSystem. // - const std::pair syscall_hook = { "NtTraceControl", "ntdll.dll" }; + const std::pair syscall_hook = { "NtShutdownSystem", "ntdll.dll" }; // // offset of function into a physical page