|
|
@ -84,7 +84,7 @@ namespace physmeme
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// you can edit this how you choose, im hooking NtTraceControl.
|
|
|
|
// you can edit this how you choose, im hooking NtTraceControl.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
const std::pair<std::string_view, std::string_view> syscall_hook = { "NtSystemShutdown", "ntdll.dll" };
|
|
|
|
const std::pair<std::string_view, std::string_view> syscall_hook = { "NtShutdownSystem", "ntdll.dll" };
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// offset of function into a physical page
|
|
|
|
// offset of function into a physical page
|
|
|
|