Code Cleanup
This commit is contained in:
parent
417a5e4b46
commit
85d6ef0ff7
1 changed files with 5 additions and 2 deletions
|
@ -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 PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
||||||
var MultipleChoiceDialog = Java.type("the.bytecode.club.bytecodeviewer.gui.components.MultipleChoiceDialog")
|
var MultipleChoiceDialog = Java.type("the.bytecode.club.bytecodeviewer.gui.components.MultipleChoiceDialog")
|
||||||
|
|
Loading…
Reference in a new issue