mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Linting
This commit is contained in:
parent
673e6aede5
commit
02e3ce7fc1
1 changed files with 19 additions and 21 deletions
|
@ -1716,33 +1716,31 @@ export const FILE_SIGNATURES = {
|
||||||
extension: "jar",
|
extension: "jar",
|
||||||
mime: "application/java-archive",
|
mime: "application/java-archive",
|
||||||
description: "",
|
description: "",
|
||||||
signature:
|
signature: {
|
||||||
{
|
0: 0x5f,
|
||||||
0: 0x5f,
|
1: 0x27,
|
||||||
1: 0x27,
|
2: 0xa8,
|
||||||
2: 0xa8,
|
3: 0x89
|
||||||
3: 0x89
|
},
|
||||||
},
|
|
||||||
extractor: extractZIP
|
extractor: extractZIP
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Jar Archive Alternative",
|
name: "Jar Archive",
|
||||||
extension: "jar",
|
extension: "jar",
|
||||||
mime: "application/java-archive",
|
mime: "application/java-archive",
|
||||||
description: "",
|
description: "",
|
||||||
signature:
|
signature: {
|
||||||
{
|
0: 0x50,
|
||||||
0: 0x50,
|
1: 0x4B,
|
||||||
1: 0x4B,
|
2: 0x03,
|
||||||
2: 0x03,
|
3: 0x04,
|
||||||
3: 0x04,
|
4: 0x14,
|
||||||
4: 0x14,
|
5: 0x00,
|
||||||
5: 0x00,
|
6: 0x08,
|
||||||
6: 0x08,
|
7: 0x00,
|
||||||
7: 0x00,
|
8: 0x08,
|
||||||
8: 0x08,
|
9: 0x00
|
||||||
9: 0x00
|
},
|
||||||
},
|
|
||||||
extractor: null
|
extractor: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue