A software reverse engineering suite of tools for Java.
The following items are listed in no particular order and are here as a todo list.
- Save your project.
- Save changes to class files in Jar.
Step through the instructions in a method.View the stack as you go.View local variables as you go.- Visually show the control flow.
- View class information and matching class information.
- Field count, method count, interface count.
- List of classes based on percentage matching.
Search through all class nodes across all loaded jars including instructions.Search filters, include static, include instructions.- Search result hierarchy, class, field, method, instruction.
- Follow code from jar entry point.
- Load control flow from selected point.
- Set font and size.
- Set theme.
- Set syntax highlight colors.
- Building.
- Running.
- User guides.