Organized Plugins By Language
This commit is contained in:
parent
edd27ea458
commit
dd59d8753e
10 changed files with 0 additions and 0 deletions
13
plugins/python/skeleton.py
Normal file
13
plugins/python/skeleton.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from the.bytecode.club.bytecodeviewer.api import Plugin
|
||||
from the.bytecode.club.bytecodeviewer.api import PluginConsole
|
||||
from java.lang import System
|
||||
from java.lang import Boolean
|
||||
from java.util import ArrayList
|
||||
from org.objectweb.asm.tree import ClassNode
|
||||
|
||||
class skeleton(Plugin):
|
||||
|
||||
def execute(classNodeList, poop): #for some reason it requires a second arg
|
||||
gui = PluginConsole("Skeleton")
|
||||
gui.setVisible(Boolean.TRUE)
|
||||
gui.appendText("exceuted skeleton")
|
Loading…
Add table
Add a link
Reference in a new issue