Skip to content

Releases: Arc8ne/Java-Bytecode-Toolkit

Alpha Pre-Release v0.1.0

04 Oct 16:27
b541853
Compare
Choose a tag to compare
Pre-release

Added 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.

Bugfixes:

  • Patched bugs related to incorrect generation of XML and exceptions being thrown when exporting the data in a Java class file to an XML file.