pub fn is_dll(buf: &[u8]) -> bool
Returns whether a buffer is a DLL. DLL and EXE have the same magic number, so returns true also for an EXE.