Lib.launcher.py Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of krakatau-lib Show documentation
Show all versions of krakatau-lib Show documentation
Assembler, disassebmler, decompiler and compiler tools library for Java.
import decompile
def launch():
decompile.decompileClass(['jre/lib/rt.jar', '.'], ['com/alexkasko/interview/FibonacciTest'], None, [])
if __name__== "__main__":
launch()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy