MCPcopy Create free account
hub / github.com/b1tg/rust-windows-shellcode / LIST_ENTRY

Class LIST_ENTRY

shellcode/src/binds.rs:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61#[repr(C)]
62pub struct LIST_ENTRY {
63 pub Flink: *mut LIST_ENTRY,
64 pub Blink: *mut LIST_ENTRY,
65}
66#[repr(C)]
67pub struct RTL_USER_PROCESS_PARAMETERS {
68 pub MaximumLength: ULONG,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected