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
1. Configure the path to the `jadx` executable in `smali2java.jadxPath`.
12
+
1. Configure the path to the `jadx` executable in `smali2java.jadxPath`.
13
13
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
15
18
16
19
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.
17
20
18
21

19
22
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
-
25
23
## Extension Settings
26
24
27
25
*`smali2java.jadxPath`: Specifies the jadx executable path which use to decompile smali.
0 commit comments