2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-05 18:13:15 +00:00

Merged master into feature-unicode-strings

This commit is contained in:
n1474335
2018-01-12 23:57:02 +00:00
20 changed files with 336 additions and 147 deletions

View File

@@ -107,6 +107,7 @@ OpModules.Default = {
"Unescape string": StrUtils.runUnescape,
"Head": StrUtils.runHead,
"Tail": StrUtils.runTail,
"Hamming Distance": StrUtils.runHamming,
"Remove whitespace": Tidy.runRemoveWhitespace,
"Remove null bytes": Tidy.runRemoveNulls,
"Drop bytes": Tidy.runDropBytes,