Example String Decrypter Update

This commit is contained in:
Konloch 2022-01-17 19:35:13 -06:00
parent bc7390a82e
commit cc1dbeceb7

View file

@ -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"