MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / GetKernelProcAddress

Function GetKernelProcAddress

Kernel-Bridge/API/Importer.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Importer {
5 _IRQL_requires_max_(PASSIVE_LEVEL)
6 PVOID NTAPI GetKernelProcAddress(LPCWSTR SystemRoutineName) {
7 UNICODE_STRING Name;
8 RtlInitUnicodeString(&Name, SystemRoutineName);
9 return MmGetSystemRoutineAddress(&Name);
10 }
11}

Callers 14

ObCallbacksMethod · 0.70
OpenThreadFunction · 0.70
GetContextThreadFunction · 0.70
SetContextThreadFunction · 0.70
SuspendProcessFunction · 0.70
ResumeProcessFunction · 0.70
CreateUserThreadFunction · 0.70
QueryInformationThreadFunction · 0.70
QueryInformationProcessFunction · 0.70
SetInformationProcessFunction · 0.70
QueueUserApcFunction · 0.70
KbGetKernelProcAddressFunction · 0.50

Calls

no outgoing calls

Tested by 1

RunTestMethod · 0.40