pub fn detect_arch(binary_data: &[u8]) -> Result<&'static ArchConfig>Expand description
Detect the target architecture from a binary.
pub fn detect_arch(binary_data: &[u8]) -> Result<&'static ArchConfig>Detect the target architecture from a binary.