mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Added extractor for MS Office 2007+ files
This commit is contained in:
parent
0449c46b38
commit
7d8d80ca2c
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ export const FILE_SIGNATURES = {
|
||||||
47: 0x6d,
|
47: 0x6d,
|
||||||
48: 0x6c
|
48: 0x6c
|
||||||
},
|
},
|
||||||
extractor: null
|
extractor: extractZIP
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "EPUB e-book",
|
name: "EPUB e-book",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue