We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3404b3a commit fd4efc5Copy full SHA for fd4efc5
README.md
@@ -26,7 +26,8 @@ Usage:
26
</details>
27
28
#### 1- Decompile
29
-Decompiles resources of apk to human readable json string.
+* Decompiles resources of apk to human readable json string.
30
+* Decompiles resources of apk to XML source code (for un-obfuscated apk only). Use ``` -t xml ```
31
<details> <summary><code>java -jar APKEditor.jar <b>d</b> -i path/to/your-file.apk</code></summary>
32
33
```ShellSession
@@ -43,7 +44,7 @@ Output: test_json
43
44
45
46
#### 2- Build
-Builds back to apk from decompiled json files
47
+Builds back to apk from decompiled json/XML files
48
<details> <summary><code>java -jar APKEditor.jar <b>b</b> -i path/to/decompiled-directory</code></summary>
49
50
0 commit comments