[][src]Type Definition pelite::PeFile

type PeFile<'a> = Wrap<PeFile<'a>, PeFile<'a>>;

Format agnostic PE file.

Methods

impl<'a> PeFile<'a>[src]

pub fn from_bytes<T: AsRef<[u8]> + ?Sized>(image: &'a T) -> Result<PeFile<'a>>[src]

Constructs a PeFile from byte slice.