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

Class PEB_T

Loading_1.2/Loading/lazy_importer.hpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 };
94
95 struct PEB_T {
96 unsigned char Reserved1[2];
97 unsigned char BeingDebugged;
98 unsigned char Reserved2[1];
99 const char* Reserved3[2];
100 PEB_LDR_DATA_T* Ldr;
101 };
102
103 struct LDR_DATA_TABLE_ENTRY_T {
104 LIST_ENTRY_T InLoadOrderLinks;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected