auditable_extract

Function raw_auditable_data

source
pub fn raw_auditable_data(data: &[u8]) -> Result<&[u8], Error>
Expand description

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.