Skip to content

Commit e3c9c14

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Java-Bytecode-Toolkit
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.
3+
34
Current features:
45
- 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.
56
- Ability to export the data contained in a Java class file to an XML file containing the data represented in a human-readable format.
7+
68
Planned (and upcoming) features:
79
- Disassembly (So as to allow users to view a human-readable representation of bytecode instructions that are present in a Java class file).
810
- Editing various information in a Java class file (e.g. editing bytecode instructions, editing fields or methods etc).

0 commit comments

Comments
 (0)