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

Class IMAGE_DATA_DIRECTORY

shellcode/src/binds.rs:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105// ====
106#[repr(C)]
107pub struct IMAGE_DATA_DIRECTORY {
108 pub VirtualAddress: DWORD,
109 pub Size: DWORD,
110}
111#[repr(C)]
112pub struct IMAGE_DOS_HEADER {
113 pub e_magic: WORD,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected