Code Cleanup
This commit is contained in:
parent
ca92d13c71
commit
edccda8c67
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ import the.bytecode.club.bytecodeviewer.decompilers.impl.FernFlowerDecompiler;
|
||||||
import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ResourceViewer;
|
import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ResourceViewer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is an Xposed Generator Plugin, used to aid Reverse-Engineering.
|
** This is an Xposed Generator Plugin, used to aid Reverse-Engineering.
|
||||||
*
|
**
|
||||||
* @author jowasp
|
** @author jowasp
|
||||||
*/
|
**/
|
||||||
public class XposedGenerator extends Plugin {
|
public class XposedGenerator extends Plugin {
|
||||||
|
|
||||||
private static final List<String> methodsNames = new ArrayList<>();
|
private static final List<String> methodsNames = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in a new issue