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

Class IMAGE_FILE_HEADER

shellcode/src/binds.rs:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160#[repr(C)]
161pub struct IMAGE_FILE_HEADER {
162 pub Machine: WORD,
163 pub NumberOfSections: WORD,
164 pub TimeDateStamp: DWORD,
165 pub PointerToSymbolTable: DWORD,
166 pub NumberOfSymbols: DWORD,
167 pub SizeOfOptionalHeader: WORD,
168 pub Characteristics: WORD,
169}
170#[repr(C)]
171pub struct IMAGE_OPTIONAL_HEADER64 {
172 pub Magic: WORD,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected