#[repr(C)]pub struct IMAGE_SEPARATE_DEBUG_HEADER {Show 13 fields
pub Signature: u16,
pub Flags: u16,
pub Machine: u16,
pub Characteristics: u16,
pub TimeDateStamp: u32,
pub CheckSum: u32,
pub ImageBase: u32,
pub SizeOfImage: u32,
pub NumberOfSections: u32,
pub ExportedNamesSize: u32,
pub DebugDirectorySize: u32,
pub SectionAlignment: u32,
pub Reserved: [u32; 2],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§Signature: u16
§Flags: u16
§Machine: u16
§Characteristics: u16
§TimeDateStamp: u32
§CheckSum: u32
§ImageBase: u32
§SizeOfImage: u32
§NumberOfSections: u32
§ExportedNamesSize: u32
§DebugDirectorySize: u32
§SectionAlignment: u32
§Reserved: [u32; 2]