Skip to content

Commit df5dc0e

Browse files
authored
Merge pull request #203 from yonggamer/master
Update java -jar APKEditor.jar -h command
2 parents ff49441 + fa0e8a7 commit df5dc0e

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@ This tool uses [ARSCLib](https://github.com/REAndroid/ARSCLib) to edit any apk r
99
```ShellSession
1010
$ java -jar APKEditor.jar -h
1111
APKEditor - x.x.x
12-
Using: ARSCLib-x.x.x
1312
https://github.com/REAndroid/APKEditor
1413
Android binary resource files editor
15-
Usage:
16-
java -jar APKEditor.jar <command> <args>
17-
commands:
18-
1) d | decode - Decodes android resources binary to readable json
19-
2) b | build - Builds android binary from json
20-
3) m | merge - Merges split apk files from directory or XAPK, APKM, APKS ...
21-
4) x | refactor - Refactors obfuscated resource names
22-
5) p | protect - Protects/Obfuscates apk resource
23-
6) info - Prints information of apk
24-
run with <command> -h to get detailed help about each command
25-
14+
Commands:
15+
d | decode Decodes android resources binary to readable json/xml/raw.
16+
b | build Builds android binary from json/xml/raw.
17+
m | merge Merges split apk files from directory or compressed apk files
18+
like XAPK, APKM, APKS ...
19+
x | refactor Refactors obfuscated resource names
20+
p | protect Protects/Obfuscates apk resource files. Using unique
21+
obfuscation techniques.
22+
info Prints information of apk.
23+
Other options:
24+
-h | -help Displays this help and exit
25+
-v | -version Displays version information and exit
26+
27+
To get help about each command run with:
28+
<command> -h
29+
2630
```
2731
</details>
2832

0 commit comments

Comments
 (0)