Function tugger_windows::is_signable_binary_header[][src]

pub fn is_signable_binary_header(data: &[u8]) -> bool

Whether the bytes passed in look like a file header for a format that is signable.

The passed buffer must be at least 16 bytes long.

This could yield false positives.