[go: up one dir, main page]

Function infer::app::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.