Function apple_codesign::compute_code_hashes
source · [−]pub fn compute_code_hashes(
macho: &MachO<'_>,
hash_type: DigestType,
page_size: Option<usize>
) -> Result<Vec<Vec<u8>>, AppleCodesignError>
Expand description
Compute code hashes for a Mach-O binary.