Java class file format parser and graphical representation
You can open a .class-File up to Java 7. JInspector displays the content of the File in a nice and readable Tree-View.
- Graphical user interface written in old school Swing.
- Handcrafted class file format parser as described in the specification.
- Provides a bytecode overview of the selected method.