mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
649 B
649 B
###This is a description of the MACH class.
- You could use all functions from Binary class but with MACH prefix (Binary.compareEP -> MACH.compareEP)
bool isLibraryPresent(QString sLibraryName)
quint32 getNumberOfSections()
quint32 getNumberOfSegments()
qint32 getSectionNumber(QString sSectionName)
QString getGeneralOptions()
quint32 getLibraryCurrentVersion(QString sLibraryName)
quint32 getNumberOfCommands()
quint32 getCommandId(quint32 nNumber)
bool isCommandPresent(quint32 nNumber)