[][src]Function auditable_extract::raw_auditable_data

pub fn raw_auditable_data<'a>(data: &'a [u8]) -> Result<&'a [u8], Error>

Extracts the Zlib-compressed dependency info from an executable.

This function does not allocate any memory on the heap and can be safely given untrusted input.