Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 219 forks source link

Added kasm.py #118

Closed redking00 closed 6 years ago

redking00 commented 6 years ago

kasm.py is a merge of assemble.py and disassemble.py. Useful if you want to build a single exe binary with pyinstaller.

Storyyeller commented 6 years ago

I'm going to go ahead and close this, because the javascript rewrite of Krakatau makes it unnecessary.