Skip to content

Commit f4078c3

Browse files
committed
Update README.md
1 parent c78f6d9 commit f4078c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
## 使用方法
77
使用 Jadx-GUI 打开一个反编译后的 Java 代码界面,鼠标放在一个函数名上右键 -> 查看控制流图。
88

9+
打开控制流图界面后,鼠标左键拖拽,滚轮缩放,点击滚轮复原,右键复制为文本或图片。
10+
911
## 可用选项
1012
生成控制流图的类型:普通,RAW(包含原始 Instructions), REGION(显示 Region 的划分)。 \
1113
在 Jadx 的首选项中可以更改默认值。
@@ -27,6 +29,8 @@ Creates a Control Flow Graph (CFG) for a Java method and displays it as an image
2729
## Usage
2830
Open a decompiled Java code interface with Jadx-GUI, right-click on a method's name -> "View method CFG".
2931

32+
After CFG is displayed, you can press mouse left button to drag, scroll wheel button to zoom, click scroll button to reset, right click to copy as text / image.
33+
3034
## Available Options
3135
Dump CFG as GENERAL, RAW (raw instructions) or REGION (region divisions). The default value can be changed in Jadx's preferences.
3236

0 commit comments

Comments
 (0)