Module pelite::pe32::image

source ·
Expand description

PE32 image structures.

Re-exports

pub use crate::image::*;

Constants

Type Definitions

Ordinal type for imports and exports.
Relative virtual address type, these are all offsets from the base of the mapped image in memory.
Virtual address type, absolute address as known by the image. Not always the same as a pointer.