Skip to content

Commit f1f4fab

Browse files
committed
Update readme
1 parent 3a63d49 commit f1f4fab

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@ https://marketplace.visualstudio.com/items?itemName=ooooonly.smali2java
99

1010
## Usage
1111

12-
1. Configure the path to the `jadx` executable in `smali2java.jadxPath`.
12+
1. Configure the path to the `jadx` executable in `smali2java.jadxPath`.
1313

14-
> [jadx](https://github.com/skylot/jadx) is an excellent Java bytecode decompiler. Learn more about configuring it at `Requirement`.
14+
> [jadx](https://github.com/skylot/jadx) is an excellent Java bytecode decompiler. Smali2Java uses it for decompilation. More decompilation tools will be supported in future releases.
15+
16+
Download [jadx](https://github.com/skylot/jadx), unzip it somewhere, and modify the configuration item `smali2java.jadxPath` to point to the path of the Jadx executable (not jadx-gui).
17+
- example: C:/Program Files/jadx/bin/jadx.bat
1518

1619
2. Open a smali file using vscode.Then select `Decompile to Java` from the editor context menu. Or just click the `Decompile` in the editor title bar.
1720

1821
![Usage](./res/snapshot/usage.gif)
1922

20-
## Requirements
21-
22-
Download [jadx](https://github.com/skylot/jadx), unzip it somewhere, and modify the configuration item `smali2java.jadxPath` to point to the path of the Jadx executable (not jadx-gui).
23-
- example: C:/Program Files/jadx/bin/jadx.bat
24-
2523
## Extension Settings
2624

2725
* `smali2java.jadxPath`: Specifies the jadx executable path which use to decompile smali.

README_CN.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,17 @@ https://marketplace.visualstudio.com/items?itemName=ooooonly.smali2java
77

88
## 使用方法
99

10-
1.`smali2java.jadxPath`配置项设置为`jadx`可执行文件路径.
10+
1.`smali2java.jadxPath`配置项设置为`jadx`可执行文件路径
1111

12-
> [jadx](https://github.com/skylot/jadx) 是一个优秀的反编译工具,在 `使用前提`处查看配置方法。
12+
> [jadx](https://github.com/skylot/jadx) 是一个优秀的反编译工具。 Smali2Java 使用它完成反编译工作。后续将会支持调用更多反编译工具。
13+
14+
下载 [jadx](https://github.com/skylot/jadx), 解压至某处, 修改配置项 `smali2java.jadxPath` 为你的jadx可执行文件路径 (不是 jadx-gui)。
15+
- 比如: C:/Program Files/jadx/bin/jadx.bat
1316

1417
2. 使用vscode打开smali文件。在右键菜单中选择 `Decompile to Java` 。或者直接点击标题栏上的 `Decompile` 按钮.
1518

1619
![Usage](./res/snapshot/usage.gif)
1720

18-
## 使用前提
19-
20-
下载 [jadx](https://github.com/skylot/jadx), 解压至某处, 修改配置项 `smali2java.jadxPath` 为你的jadx可执行文件路径 (不是 jadx-gui)。
21-
- 比如: C:/Program Files/jadx/bin/jadx.bat
22-
2321
## 插件设置
2422

2523
* `smali2java.jadxPath`: 设置jadx可执行文件路径

0 commit comments

Comments
 (0)