mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 23:15:14 -04:00
Add Kaitai Struct Decode operation
This commit is contained in:
parent
7c8be12d52
commit
73d069decc
6 changed files with 294 additions and 1 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -58,6 +58,8 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"jsqr": "^1.4.0",
|
||||
"jsrsasign": "^11.1.0",
|
||||
"kaitai-struct": "^0.11.0-SNAPSHOT.3",
|
||||
"kaitai-struct-compiler": "^0.11.0-SNAPSHOT20250330.110510.aa10f07",
|
||||
"kbpgp": "2.1.15",
|
||||
"libbzip2-wasm": "0.0.4",
|
||||
"libyara-wasm": "^1.2.1",
|
||||
|
@ -12562,6 +12564,18 @@
|
|||
"safe-buffer": "^5.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/kaitai-struct": {
|
||||
"version": "0.11.0-SNAPSHOT.3",
|
||||
"resolved": "https://registry.npmjs.org/kaitai-struct/-/kaitai-struct-0.11.0-SNAPSHOT.3.tgz",
|
||||
"integrity": "sha512-VyqB075FfON7M/ajgEhyTO49+fx40Sj2OaoUX02hISE7JrS8E8k94PubXtpg/E8PVaYcFrQXjtRc448mwgLMIQ==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/kaitai-struct-compiler": {
|
||||
"version": "0.11.0-SNAPSHOT20250330.110510.aa10f07",
|
||||
"resolved": "https://registry.npmjs.org/kaitai-struct-compiler/-/kaitai-struct-compiler-0.11.0-SNAPSHOT20250330.110510.aa10f07.tgz",
|
||||
"integrity": "sha512-/ab5yiAskn5fEskjlp/JIVSyalvueQL0OpIt9OIchTNMjWUiswtlArTszhhUdAEIM+J98c7jVq8DeM0e6A7tWg==",
|
||||
"license": "GPL-3.0-or-later"
|
||||
},
|
||||
"node_modules/kbpgp": {
|
||||
"version": "2.1.15",
|
||||
"resolved": "https://registry.npmjs.org/kbpgp/-/kbpgp-2.1.15.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue