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

Class UNICODE_STRING

shellcode/src/binds.rs:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54#[repr(C)]
55pub struct UNICODE_STRING {
56 pub Length: USHORT,
57 pub MaximumLength: USHORT,
58 pub Buffer: PWCH,
59}
60
61#[repr(C)]
62pub struct LIST_ENTRY {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected