Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ GetSize
Method
GetSize
User-Bridge/API/Rtl-Bridge.cpp:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
PVOID GetMemory() { return Memory; }
73
ULONG GetSize() const { return Size; }
74
};
75
76
KbLdrStatus WINAPI KbRtlMapDriverMemory(PVOID DriverImage, LPCWSTR DriverName)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected