pub fn parse_portable_executable(
binary: &[u8],
) -> Result<PortableExecutable, Error>
Expand description
Parse a Portable Executable from a given byte array
pub fn parse_portable_executable(
binary: &[u8],
) -> Result<PortableExecutable, Error>
Parse a Portable Executable from a given byte array