Skip to content
forked from zxh0/classpy

GUI tool for investigating Java class files

License

Notifications You must be signed in to change notification settings

showlike/classpy

 
 

Repository files navigation

Classpy

Classpy is a GUI tool for investigating Java class files.

Inspiration

This tool is mainly inspired by javap and JavaClassViewer. I reinvent the wheel for the following two reasons:

1. Learn Java class file format and bytecode through parsing it
2. Try JavaFX 8

Features

  • Understands class files described by JVMS9
  • Displays parsed class file as tree and hex text
  • The corresponding hex text is highlighted when you select a tree node

Build

cd path/to/classpy
gradle uberjar

Run

cd path/to/classpy
gradle run

Screenshots

Screenshot1 Screenshot2

About

GUI tool for investigating Java class files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%