mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Pull SetUnion into its own operation
This commit is contained in:
parent
f491461a57
commit
5f93c667a2
6 changed files with 350 additions and 306 deletions
|
@ -256,9 +256,9 @@
|
|||
"flowControl": false,
|
||||
"args": [
|
||||
{
|
||||
"name": "Sample delimiter",
|
||||
"name": "Samples delimiter",
|
||||
"type": "binaryString",
|
||||
"value": "\n\n"
|
||||
"value": "\\n\\n"
|
||||
},
|
||||
{
|
||||
"name": "Item delimiter",
|
||||
|
|
|
@ -164,7 +164,6 @@ OpModules.Default = {
|
|||
"Windows Filetime to UNIX Timestamp": Filetime.runFromFiletimeToUnix,
|
||||
"UNIX Timestamp to Windows Filetime": Filetime.runToFiletimeFromUnix,
|
||||
"XKCD Random Number": XKCD.runRandomNumber,
|
||||
"Set Operations": SetOps.runSetOperation.bind(SetOps),
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue