MCPcopy Create free account
hub / github.com/NullTerminatorr/NullHook / get_system_routine_address

Function get_system_routine_address

KernelCheatYT/memory.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50PVOID get_system_routine_address(PCWSTR routine_name)
51{
52 UNICODE_STRING name;
53 RtlInitUnicodeString(&name, routine_name);
54 return MmGetSystemRoutineAddress(&name);
55}
56
57PVOID get_system_module_export(LPCWSTR module_name, LPCSTR routine_name)
58{

Callers 1

get_system_module_exportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected