mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Added speculative execution of recipes to determine the most likely decodings.
This commit is contained in:
parent
57314b77e5
commit
28abd00d82
3 changed files with 71 additions and 8 deletions
|
@ -87,7 +87,13 @@ const OperationConfig = {
|
|||
inputType: "ArrayBuffer",
|
||||
outputType: "string",
|
||||
flowControl: true,
|
||||
args: []
|
||||
args: [
|
||||
{
|
||||
name: "Depth",
|
||||
type: "number",
|
||||
value: 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"Fork": {
|
||||
module: "Default",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue