Module pelite::pe64::image

source ·
Expand description

PE32+ image structures.

Re-exports

pub use 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.
Signed address offset type used in pointer arithmetic.
Virtual address type, absolute address as known by the image. Not always the same as a pointer.