Updated For Plugin API Changes

This will make it easier on the user to inform them which file the class resources are in
This commit is contained in:
Konloch 2021-07-13 05:10:24 -07:00
parent fc68fde546
commit 1eda5e7f78
15 changed files with 28 additions and 19 deletions

View file

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