Example String Decrypter Update
This commit is contained in:
parent
bc7390a82e
commit
cc1dbeceb7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class ExampleStringDecrypter extends Plugin {
|
|||
|
||||
@Override
|
||||
public void execute(List<ClassNode> classNodesList) {
|
||||
PluginConsole gui = new PluginConsole("Example String Decrypter");
|
||||
PluginConsole gui = new PluginConsole("Example String Decrypter Java Edition");
|
||||
|
||||
MultipleChoiceDialog dialog = new MultipleChoiceDialog("Bytecode Viewer - WARNING",
|
||||
"WARNING: This will load the classes into the JVM and execute the initialize function"
|
||||
|
|
Loading…
Reference in a new issue