mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Fix: 2022-03-17
This commit is contained in:
parent
7563e85268
commit
df0e130c97
1 changed files with 4 additions and 0 deletions
|
|
@ -183,6 +183,10 @@ For example **0x11223344** becomes **0x44332211**.
|
|||
```
|
||||
**QString getSignature(qint64 nOffset,qint64 nSize)** Get a signature string from the file.
|
||||
|
||||
```
|
||||
```
|
||||
**QString calculateCRC32(qint64 nOffset,qint64 nSize)** Calculate the CRC32 hash of a region of the file.
|
||||
|
||||
```
|
||||
var signature=Binary.getSignature(0,4);
|
||||
if(signature=="AA5411DD")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue