Skip to content

Navigation Menu

Sign in
Appearance settings

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

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

Appearance settings

Arc8ne/Java-Bytecode-Toolkit

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.