MCPcopy Create free account
hub / github.com/Kudaes/Split / PeMetadata

Class PeMetadata

data/src/lib.rs:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135#[derive(Clone)]
136#[repr(C)]
137pub struct PeMetadata {
138 pub pe: u32,
139 pub is_32_bit: bool,
140 pub image_file_header: IMAGE_FILE_HEADER,
141 pub opt_header_32: IMAGE_OPTIONAL_HEADER32,
142 pub opt_header_64: IMAGE_OPTIONAL_HEADER64,
143 pub sections: Vec<IMAGE_SECTION_HEADER>
144}
145
146impl Default for PeMetadata {
147 fn default() -> PeMetadata {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected