isosphere / pyjavadisassemble

A Java Class file disassembler (not "decompiler") written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The purpose of this project is to create a Python application that will
take an arbitrary Java .class file and output the Java bytecode 
corresponding to the methods that make up the .class file.

This is not a "decompiler" that generates Java source code. Those exist
and are pretty buggy. I wanted something more reliable.

Uses prettytable for rendering. 

About

A Java Class file disassembler (not "decompiler") written in Python.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%