From bc7390a82ed3b2f01154fa25c0e8909c5c4e8354 Mon Sep 17 00:00:00 2001 From: Konloch Date: Mon, 17 Jan 2022 19:35:09 -0600 Subject: [PATCH] Example String Decrypter Update --- plugins/groovy/ExampleStringDecrypter.gy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/groovy/ExampleStringDecrypter.gy b/plugins/groovy/ExampleStringDecrypter.gy index b66103cc..eaf104b9 100644 --- a/plugins/groovy/ExampleStringDecrypter.gy +++ b/plugins/groovy/ExampleStringDecrypter.gy @@ -16,7 +16,7 @@ class ExampleStringDecrypter extends Plugin { @Override void execute(List 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"