mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Added magic entropy signatures
This commit is contained in:
parent
e5fc87c1eb
commit
1531555b0b
15 changed files with 92 additions and 20 deletions
|
@ -34,7 +34,13 @@ class FromHexContent extends Operation {
|
|||
magic: true,
|
||||
args: []
|
||||
}
|
||||
]);
|
||||
],
|
||||
null,
|
||||
null,
|
||||
{
|
||||
input: [3, 4],
|
||||
output: [3.5, 6]
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue