mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
553 B
Executable file
553 B
Executable file
###This is a description of the MSDOS class.
- You could use all functions from Binary class but with MSDOS prefix (Binary.compareEP -> MSDOS.compareEP)
bool isLE()
bool isLX()
bool isNE()
bool isPE()
qint64 getDosStubOffset()
qint64 getDosStubSize()
bool isDosStubPresent()
bool isRichSignaturePresent()
qint32 getNumberOfRichIDs()
bool isRichVersionPresent(quint32 nVersion)