infer::app

Function is_dll

Source
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.