Plugin Fixes

This commit is contained in:
Konloch 2021-07-23 15:46:19 -07:00
parent 683207d4b0
commit 10df99c750
4 changed files with 5 additions and 9 deletions

View file

@ -15,7 +15,7 @@ public class ExampleStringDecrypter extends Plugin {
@Override
public void execute(ArrayList<ClassNode> classNodesList) {
PluginConsole gui = new PluginConsole(activeContainer.name + "Example String Decrypter");
PluginConsole gui = new PluginConsole(activeContainer.name + " - Example String Decrypter");
MultipleChoiceDialog dialog = new MultipleChoiceDialog("Bytecode Viewer - WARNING",
"WARNING: This will load the classes into the JVM and execute the initialize function"