Skip to content

Commit ef2d307

Browse files
committed
2 parents 05bb87c + c7e709d commit ef2d307

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ JByteMod Remastered is an enhanced Java bytecode editor that offers a wide array
1414
- **Advanced Bytecode Editing**: Intuitive interface for directly modifying Java bytecode.
1515
- **Decompiler Integration**: Seamless integration with decompilers to view and edit Java source code.
1616
- **Graphical Bytecode Viewer**: Visualize bytecode in a graphical format for easier comprehension.
17+
- **Control Flow Visualization**: Generate and view control flow diagrams of methods to understand execution flow better.
1718
- **Drag and Drop Functionality**: Easily drag and drop `.jar`, `.apk`, and `.class` files onto the window for quick access.
1819
- **Search and Replace**: Effortlessly find and replace bytecode instructions.
1920
- **Constant Pool Editor**: Manage and edit constant pool entries within class files.
@@ -49,6 +50,7 @@ JByteMod Remastered is an enhanced Java bytecode editor that offers a wide array
4950
- **Opening Files**: Use the drag and drop feature or navigate through `File` > `Open` to load `.jar`, `.apk`, or `.class` files.
5051
- **Editing Bytecode**: Select a method from the left panel to view and modify its bytecode.
5152
- **Decompiling**: Switch to the `Decompiler` tab to view and edit decompiled Java source code.
53+
- **Generating Control Flow Diagrams**: In the `Analysis` tab, select a method to generate and view its control flow diagram, you can also save it by clicking `Save`.
5254
- **Saving Changes**: After making edits, save your changes via `File` > `Save`.
5355

5456
### Contributing

0 commit comments

Comments
 (0)