/classpy

GUI tool for investigating Java class files

Primary LanguageJava

Classpy

Classpy is a GUI tool for investigating Java class files.

Screenshots

Screenshot1 Screenshot2

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

  • Is able to parse class files described by JVMS8
  • Displays class file as tree and hex text
  • The corresponding hex text is highlighted when you select a tree node