GitHub - showlike/classpy: GUI tool for investigating Java class files

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

MIT license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

  • Java 99.4%
  • Other 0.6%