Made TAR extractor and MACHO signature more robust

This commit is contained in:
n1073645 2019-11-15 16:01:33 +00:00 committed by d98762625
parent 292b91bd95
commit 02d8d4836a

View file

@ -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