Detect-It-Easy/help/MSDOS.md
2023-06-20 00:27:15 +02:00

57 lines
No EOL
720 B
Markdown
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)**
```
```
**quint32 getRichVersion(qint32 nPosition)**
```
```
**quint32 getRichID(qint32 nPosition)**
```
```
**quint32 getRichCount(qint32 nPosition)**
```
```