Skip to content

Commit cd7a690

Browse files
committed
Update README.md
1 parent 83545dd commit cd7a690

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
# Smali2Java
1+
# Smali2Java ![vscode](https://vsmarketplacebadge.apphb.com/version/ooooonly.smali2java.svg)
22

33
Smali2Java is a vscode extension that allows you to decompile a single `smali` file into Java code, which can be useful especially if you want to check that your modified smali code is correct.
44

55
[中文说明](/README_CN.md)
66

7-
## Install
8-
https://marketplace.visualstudio.com/items?itemName=ooooonly.smali2java
9-
107
## Usage
118

129
1. Configure the path to the `jadx` executable in `smali2java.jadxPath`.
1310

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.
11+
> [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.
1512
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).
13+
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).
1714
- example: C:/Program Files/jadx/bin/jadx.bat
1815

1916
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.

0 commit comments

Comments
 (0)