Example String Decrypter Update

This commit is contained in:
Konloch 2022-01-17 19:35:09 -06:00
parent 37b83add0c
commit bc7390a82e
1 changed files with 1 additions and 1 deletions

View File

@ -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"