Organized Plugins By Language

This commit is contained in:
Konloch 2022-01-17 18:44:12 -06:00
parent edd27ea458
commit dd59d8753e
10 changed files with 0 additions and 0 deletions

View 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")