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:
parent
fc68fde546
commit
1eda5e7f78
15 changed files with 28 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue