mirror of
https://github.com/gchq/CyberChef
synced 2026-01-07 19:13:24 +00:00
Changed the name. Small logic change. Changed from split join to regex replace.
This commit is contained in:
@@ -22,9 +22,9 @@ import "./tests/operations/DateTime.js";
|
||||
import "./tests/operations/FlowControl.js";
|
||||
import "./tests/operations/Image.js";
|
||||
import "./tests/operations/MorseCode.js";
|
||||
import "./tests/operations/MS.js";
|
||||
import "./tests/operations/StrUtils.js";
|
||||
import "./tests/operations/SeqUtils.js";
|
||||
import "./tests/operations/VBE.js";
|
||||
|
||||
|
||||
let allTestsPassing = true;
|
||||
|
||||
@@ -9,12 +9,12 @@ import TestRegister from "../../TestRegister.js";
|
||||
|
||||
TestRegister.addTests([
|
||||
{
|
||||
name: "VBE Decode",
|
||||
name: "Micrsoft Script Decoder",
|
||||
input: "##@~^DgAAAA==\\ko$K6,JCV^GJqAQAAA==^#~@",
|
||||
expectedOutput: "MsgBox \"Hello\"",
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "Decode VBE",
|
||||
"op": "Micrsoft Script Decoder",
|
||||
"args": []
|
||||
},
|
||||
],
|
||||
Reference in New Issue
Block a user