Function tugger_apple_codesign::verify_macho_data[][src]

pub fn verify_macho_data(data: impl AsRef<[u8]>) -> Vec<VerificationProblem>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator

Verifies unparsed Mach-O data.

Returns a vector of problems detected. An empty vector means no problems were found.