Detect-It-Easy/help/MSDOS.md
2021-11-23 18:38:39 +01:00

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)