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

Class PebLoaderData

RustVEHSyscalls/src/def.rs:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96#[repr(C)]
97pub struct PebLoaderData {
98 pub length: c_ulong,
99 pub initialized: c_ulong,
100 pub ss_handle: *mut c_void,
101 pub in_load_order_module_list: ListEntry,
102 pub in_memory_order_module_list: ListEntry,
103 pub in_initialization_order_module_list: ListEntry,
104}
105
106#[repr(C)]
107pub struct PEB {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected