2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-18 01:03:47 +00:00

Tidied up the Magic operation

This commit is contained in:
n1474335
2020-03-24 11:06:37 +00:00
parent 26fa66ef64
commit b765534b8b
43 changed files with 771 additions and 900 deletions

View File

@@ -30,17 +30,13 @@ class DecodeNetBIOSName extends Operation {
"value": 65
}
];
this.checks = {
input: {
regex: [
{
match: "^\\s*\\S{32}$",
flags: "",
args: [65]
}
]
this.checks = [
{
pattern: "^\\s*\\S{32}$",
flags: "",
args: [65]
}
};
];
}
/**