Plugin Fixes
This commit is contained in:
parent
683207d4b0
commit
10df99c750
4 changed files with 5 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue