Function parse_portable_executable

Source
pub fn parse_portable_executable(
    binary: &[u8],
) -> Result<PortableExecutable, Error>
Expand description

Parse a Portable Executable from a given byte array