pub fn is_data_executable(data: &[u8]) -> boolExpand description
Simple heuristic used by the packer to detect executable payloads. It is intentionally forgiving; the goal is merely to catch obvious binaries when a user accidentally tries to pack them.