Java class file Analysis tool--classpy

Source: Internet
Author: User
Classpy

Classpy is a graphical Class file analysis tool, similar in functionality to JAVAP, and the interface primarily refers to the Java Class Viewer:


Why re-creating wheels?

It took nearly a week to write this tool, so why waste time reinventing a wheel? Mainly because of the following reasons:

  • By writing a class parser yourself, you can thoroughly understand the class file format and byte code
  • Early adopters Java8 and JavaFX 8
  • The Java Class Viewer is older and does not support the new Class file format
  • Can combine the advantages of JAVAP and Java Class Viewer to learn from each other, to develop a personal mind of the Class file analysis tool
Features and Features

The main functions and characteristics of Classpy are:

  • Can analyze the class file format of the latest JVM8 specification
  • Use the tree control and the hex string to display the class structure, respectively
  • When you click on the tree node, highlight the corresponding hex string


Download and run Classpy

You can clone the Gradle project to compile it yourself, or you can download the executable jar double-click Run. But attention, need JAVA8 environment!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.