mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Magic operation now displays an ordered table of the most likely decodings.
This commit is contained in:
parent
28abd00d82
commit
6947d2a7f3
5 changed files with 266 additions and 31 deletions
|
@ -85,7 +85,7 @@ const OperationConfig = {
|
|||
module: "Default",
|
||||
description: "Attempts to detect what the input data is and which operations could help to make more sense of it.",
|
||||
inputType: "ArrayBuffer",
|
||||
outputType: "string",
|
||||
outputType: "html",
|
||||
flowControl: true,
|
||||
args: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue