Type Definition pelite::PeFile

source ·
pub type PeFile<'a> = Wrap<PeFile<'a>, PeFile<'a>>;
Expand description

Format agnostic PE file.

Implementations

Constructs a PeFile from byte slice.