Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:20:53 -06:00
parent 417a5e4b46
commit 85d6ef0ff7

View file

@ -1,6 +1,9 @@
/**
* This is an example of a string decrypter plugin
*/
** This is an example of a String Decrypter Javascript Plugin for BCV.
**
** @author Righteous
**/
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
var MultipleChoiceDialog = Java.type("the.bytecode.club.bytecodeviewer.gui.components.MultipleChoiceDialog")