Function infer::app::is_dll[][src]

pub fn is_dll(buf: &[u8]) -> bool
Expand description

Returns whether a buffer is a DLL. DLL and EXE have the same magic number, so returns true also for an EXE.