Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
apkreader committed Sep 16, 2024
2 parents 05bb87c + c7e709d commit ef2d307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ JByteMod Remastered is an enhanced Java bytecode editor that offers a wide array
- **Advanced Bytecode Editing**: Intuitive interface for directly modifying Java bytecode.
- **Decompiler Integration**: Seamless integration with decompilers to view and edit Java source code.
- **Graphical Bytecode Viewer**: Visualize bytecode in a graphical format for easier comprehension.
- **Control Flow Visualization**: Generate and view control flow diagrams of methods to understand execution flow better.
- **Drag and Drop Functionality**: Easily drag and drop `.jar`, `.apk`, and `.class` files onto the window for quick access.
- **Search and Replace**: Effortlessly find and replace bytecode instructions.
- **Constant Pool Editor**: Manage and edit constant pool entries within class files.
Expand Down Expand Up @@ -49,6 +50,7 @@ JByteMod Remastered is an enhanced Java bytecode editor that offers a wide array
- **Opening Files**: Use the drag and drop feature or navigate through `File` > `Open` to load `.jar`, `.apk`, or `.class` files.
- **Editing Bytecode**: Select a method from the left panel to view and modify its bytecode.
- **Decompiling**: Switch to the `Decompiler` tab to view and edit decompiled Java source code.
- **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`.
- **Saving Changes**: After making edits, save your changes via `File` > `Save`.

### Contributing
Expand Down

0 comments on commit ef2d307

Please sign in to comment.