mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Made TAR extractor and MACHO signature more robust
This commit is contained in:
parent
0a7b78b7ee
commit
c1a22ef639
1 changed files with 1 additions and 1 deletions
|
@ -1302,7 +1302,7 @@ export const FILE_SIGNATURES = {
|
||||||
5: 0x00,
|
5: 0x00,
|
||||||
6: 0x00,
|
6: 0x00,
|
||||||
7: 0x00,
|
7: 0x00,
|
||||||
8: 0x03
|
8: [0x01, 0x02, 0x03]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
extractor: extractMACHO
|
extractor: extractMACHO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue