Made TAR extractor and MACHO signature more robust

This commit is contained in:
n1073645 2019-11-15 16:01:33 +00:00
parent 0a7b78b7ee
commit c1a22ef639
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ export const FILE_SIGNATURES = {
5: 0x00,
6: 0x00,
7: 0x00,
8: 0x03
8: [0x01, 0x02, 0x03]
}
],
extractor: extractMACHO