Module pelite::pe32::image[][src]

PE32 image structures.

Re-exports

pub use image::*;

Constants

BADRVA

Invalid Rva value.

BADVA

Invalid Va value.

IMAGE_NT_OPTIONAL_HDR_MAGIC
IMAGE_ORDINAL_FLAG

Type Definitions

IMAGE_DYNAMIC_RELOCATION
IMAGE_GUARDCF
IMAGE_LOAD_CONFIG_DIRECTORY
IMAGE_NT_HEADERS
IMAGE_OPTIONAL_HEADER
IMAGE_TLS_DIRECTORY
Ordinal

Ordinal type for imports and exports.

Rva

Relative virtual address type, these are all offsets from the base of the mapped image in memory.

SignedVa

Signed address offset type used in pointer arithmetic.

Va

Virtual address type, absolute address as known by the image. Not always the same as a pointer.