Function analyze_binary

Source
pub async fn analyze_binary(
    file_name: &str,
    contents: &[u8],
) -> Result<BinaryAnalysis>