Skip to content

isosphere/pyjavadisassemble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages