MCPcopy Create free account
hub / github.com/echQoQ/RustSL / PEB_LDR_DATA

Class PEB_LDR_DATA

src/utils/win_api.rs:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[repr(C)]
19struct PEB_LDR_DATA {
20 Length: u32,
21 Initialized: u8,
22 _padding: [u8; 3],
23 SsHandle: *mut c_void,
24 InLoadOrderModuleList: LIST_ENTRY,
25 InMemoryOrderModuleList: LIST_ENTRY,
26 InInitializationOrderLinks: LIST_ENTRY,
27}
28
29#[repr(C)]
30struct PEB {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected