MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / PEB_LDR_DATA_T

Class PEB_LDR_DATA_T

Loading/Loading/lazy_importer.hpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 };
87
88 struct PEB_LDR_DATA_T {
89 unsigned long Length;
90 unsigned long Initialized;
91 const char* SsHandle;
92 LIST_ENTRY_T InLoadOrderModuleList;
93 };
94
95 struct PEB_T {
96 unsigned char Reserved1[2];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected