Function apple_codesign::verify_macho
source · [−]pub fn verify_macho(macho: &MachO<'_>) -> Vec<VerificationProblem>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
Expand description
Verifies a parsed Mach-O binary.
Returns a vector of problems detected. An empty vector means no problems were found.