You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
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.
3
3
4
4
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.
7
7
8
8
Planned (and upcoming) features:
9
9
- 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