mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Fix: 2023-01-07
This commit is contained in:
parent
28d1e0e8e1
commit
e62447c69f
1 changed files with 16 additions and 0 deletions
|
|
@ -440,6 +440,22 @@ iscii-tlg
|
|||
iscii-knd
|
||||
iscii-mlm
|
||||
```
|
||||
**quint8 read_bcd_uint8(qint64 nOffset)**
|
||||
|
||||
```
|
||||
```
|
||||
**quint16 read_bcd_uint16(qint64 nOffset, bool bIsBigEndian = false)**
|
||||
|
||||
```
|
||||
```
|
||||
**quint16 read_bcd_uint32(qint64 nOffset, bool bIsBigEndian = false)**
|
||||
|
||||
```
|
||||
```
|
||||
**quint16 read_bcd_uint64(qint64 nOffset, bool bIsBigEndian = false)**
|
||||
|
||||
```
|
||||
```
|
||||
**bool isJpeg()**
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue