← 返回首页
GitHub - Arc8ne/Java-Bytecode-Toolkit · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Arc8ne/Java-Bytecode-Toolkit

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

Java-Bytecode-Toolkit

The Java Bytecode Toolkit application was developed to assist developers and reverse engineers with analyzing Java class files, which are files containing various data about a Java class, including the bytecode instructions for each of the methods of the class.

Current features:

  • Viewing general information about a Java class file such as the number of constant pool entries, the number of fields, the number of methods, the number of attributes and many more pieces of information.
  • Exporting the data contained in a Java class file to an XML file containing the data represented in a human-readable format.
  • Switching between a light mode theme and a dark mode theme.

Planned (and upcoming) features:

  • Disassembly (So as to allow users to view a human-readable representation of bytecode instructions that are present in a Java class file).
  • Editing various information in a Java class file (e.g. editing bytecode instructions, editing fields or methods etc).
  • Extended refactoring capabilities (e.g. renaming all occurrences of a certain variable).
  • Searching for occurrences of a particular piece of text in one or more Java class files.
  • Opening and viewing JAR files.

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.