mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Made TAR extractor and MACHO signature more robust
This commit is contained in:
parent
0a7b78b7ee
commit
c1a22ef639
@ -1302,7 +1302,7 @@ export const FILE_SIGNATURES = {
|
||||
5: 0x00,
|
||||
6: 0x00,
|
||||
7: 0x00,
|
||||
8: 0x03
|
||||
8: [0x01, 0x02, 0x03]
|
||||
}
|
||||
],
|
||||
extractor: extractMACHO
|
||||
|
Loading…
Reference in New Issue
Block a user