Skip to content

Commit b541853

Browse files
authored
Update README.md
1 parent e3c9c14 commit b541853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
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.
33

44
Current features:
5-
- Ability to view 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.
6-
- Ability to export the data contained in a Java class file to an XML file containing the data represented in a human-readable format.
5+
- 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.
6+
- Exporting the data contained in a Java class file to an XML file containing the data represented in a human-readable format.
77

88
Planned (and upcoming) features:
99
- Disassembly (So as to allow users to view a human-readable representation of bytecode instructions that are present in a Java class file).

0 commit comments

Comments
 (0)