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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ JByteMod Remastered is an enhanced Java bytecode editor that offers a wide array
14
14
-**Advanced Bytecode Editing**: Intuitive interface for directly modifying Java bytecode.
15
15
-**Decompiler Integration**: Seamless integration with decompilers to view and edit Java source code.
16
16
-**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.
17
18
-**Drag and Drop Functionality**: Easily drag and drop `.jar`, `.apk`, and `.class` files onto the window for quick access.
18
19
-**Search and Replace**: Effortlessly find and replace bytecode instructions.
19
20
-**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
49
50
- **Opening Files**: Use the drag and drop feature or navigate through `File`>`Open` to load `.jar`, `.apk`, or `.class` files.
50
51
- **Editing Bytecode**: Select a method from the left panel to view and modify its bytecode.
51
52
- **Decompiling**: Switch to the `Decompiler` tab to view and edit decompiled Java source code.
53
+
- **Generating Control Flow Diagrams**: In the `Analysis` tab, selecta method to generate and view its control flow diagram, you can also save it by clicking `Save`.
52
54
- **Saving Changes**: After making edits, save your changes via `File`>`Save`.
0 commit comments