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
|
@Override
|
||||||
public void execute(List<ClassNode> classNodesList) {
|
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",
|
MultipleChoiceDialog dialog = new MultipleChoiceDialog("Bytecode Viewer - WARNING",
|
||||||
"WARNING: This will load the classes into the JVM and execute the initialize function"
|
"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