Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kikfox authored Nov 5, 2021
1 parent 6ef4a44 commit 3f5a1d3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# ARSCTool
### Handy tool to convert from android resources.arsc to XML and build back to .arsc format
### Totaly independent of aapt and aapt2
### 100% java
* Handy tool to convert from android resources.arsc to XML and build back to .arsc format
* Totaly independent of aapt and aapt2
* 100% java

java -jar arsctool.jar d -i <path to resources.arsc file> -o <path to output directory>
java -jar arsctool.jar b -i <path to xml's directory> -o <output path to resources.arsc file>
```console
java -jar arsctool.jar d -i <path to resources.arsc file> -o <path to output directory>
java -jar arsctool.jar b -i <path to xmls directory> -o <output path to resources.arsc file>

Example-1:
java -jar arsctool.jar d -i /path/dir/resources.arsc -o /path/dir/out
```

## Download

Example-2:
java -jar arsctool.jar b -i /path/dir/xml_dir -o /path/dir/out/resources.arsc

### [Jar file](https://github.com/kikfox/ARSCTool/releases/tag/v0.0.1)


## Source code
Will be realeased soon
* Will be realeased soon

0 comments on commit 3f5a1d3

Please sign in to comment.