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

Class PEB

src/utils/win_api.rs:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29#[repr(C)]
30struct PEB {
31 Reserved1: [u8; 2],
32 BeingDebugged: u8,
33 Reserved2: [u8; 1],
34 Reserved3: [*mut c_void; 2],
35 Ldr: *mut PEB_LDR_DATA,
36}
37
38#[repr(C)]
39struct LDR_DATA_TABLE_ENTRY {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected