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

Class RTL_USER_PROCESS_PARAMETERS

shellcode/src/binds.rs:67–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66#[repr(C)]
67pub struct RTL_USER_PROCESS_PARAMETERS {
68 pub MaximumLength: ULONG,
69 pub Length: ULONG,
70 pub Flags: ULONG,
71 pub DebugFlags: ULONG,
72 pub ConsoleHandle: HANDLE,
73 pub ConsoleFlags: ULONG,
74 pub StandardInput: HANDLE,
75 pub StandardOutput: HANDLE,
76 pub StandardError: HANDLE,
77}
78
79type PULONG = *mut ULONG;
80#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected