feat get kernel extport func
This commit is contained in:
@@ -56,6 +56,13 @@ namespace utils
|
||||
return 0;
|
||||
}
|
||||
|
||||
auto kernel_get_expotr_func(wchar_t* func_name)-> uintptr_t
|
||||
{
|
||||
UNICODE_STRING unicode_func_name{ 0 };
|
||||
RtlInitUnicodeString(&unicode_func_name, func_name);
|
||||
return (uintptr_t)MmGetSystemRoutineAddress(&unicode_func_name);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user