mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Tidied up JAR and DEB extractors
This commit is contained in:
parent
8826c80e07
commit
27b81c4e11
1 changed files with 3 additions and 3 deletions
|
@ -1722,7 +1722,7 @@ export const FILE_SIGNATURES = {
|
||||||
2: 0xa8,
|
2: 0xa8,
|
||||||
3: 0x89
|
3: 0x89
|
||||||
},
|
},
|
||||||
extractor: extractZIP
|
extractor: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Jar Archive",
|
name: "Jar Archive",
|
||||||
|
@ -1741,7 +1741,7 @@ export const FILE_SIGNATURES = {
|
||||||
8: 0x08,
|
8: 0x08,
|
||||||
9: 0x00
|
9: 0x00
|
||||||
},
|
},
|
||||||
extractor: null
|
extractor: extractZIP
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "lzop compressed",
|
name: "lzop compressed",
|
||||||
|
@ -1761,7 +1761,7 @@ export const FILE_SIGNATURES = {
|
||||||
extractor: extractLZOP
|
extractor: extractLZOP
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Linux deb",
|
name: "Linux deb package",
|
||||||
extension: "deb",
|
extension: "deb",
|
||||||
mime: "application/vnd.debian.binary-package",
|
mime: "application/vnd.debian.binary-package",
|
||||||
description: "",
|
description: "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue