An open API service indexing awesome lists of open source software.

https://github.com/isosphere/pyjavadisassemble

A Java Class file disassembler (not "decompiler") written in Python.
https://github.com/isosphere/pyjavadisassemble

disassembler java-bytecode reverse-engineering

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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.