MCPcopy Create free account
hub / github.com/Compiled-Code/eac-mapper / _RTL_PROCESS_MODULE_INFORMATION

Class _RTL_PROCESS_MODULE_INFORMATION

dependencies/vdm/util/nt.hpp:9–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8constexpr auto SystemModuleInformation = 11;
9typedef struct _RTL_PROCESS_MODULE_INFORMATION
10{
11 HANDLE Section;
12 PVOID MappedBase;
13 PVOID ImageBase;
14 ULONG ImageSize;
15 ULONG Flags;
16 USHORT LoadOrderIndex;
17 USHORT InitOrderIndex;
18 USHORT LoadCount;
19 USHORT OffsetToFileName;
20 UCHAR FullPathName[256];
21} RTL_PROCESS_MODULE_INFORMATION, * PRTL_PROCESS_MODULE_INFORMATION;
22
23typedef struct _RTL_PROCESS_MODULES
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected