mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
57 lines
No EOL
720 B
Markdown
Executable file
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)**
|
|
|
|
```
|
|
``` |