mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Made TAR extractor and MACHO signature more robust
This commit is contained in:
parent
292b91bd95
commit
02d8d4836a
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