Example String Decrypter Update
This commit is contained in:
parent
37b83add0c
commit
bc7390a82e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class ExampleStringDecrypter extends Plugin {
|
|||
|
||||
@Override
|
||||
void execute(List<ClassNode> classNodesList) {
|
||||
PluginConsole gui = new PluginConsole("Example String Decrypter")
|
||||
PluginConsole gui = new PluginConsole("Example String Decrypter Groovy Edition")
|
||||
|
||||
MultipleChoiceDialog dialog = new MultipleChoiceDialog("Bytecode Viewer - WARNING",
|
||||
"WARNING: This will load the classes into the JVM and execute the initialize function"
|
||||
|
|
Loading…
Reference in a new issue