hooking NtSystemShutdown since it almost never gets called lol

merge-requests/1/head
xerox 4 years ago
parent b8d7b1a549
commit 10a28f2706

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

Loading…
Cancel
Save