Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Add README documentation for -xmlres CLI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lberrymage committed Jun 29, 2022
1 parent 0ea84c4 commit c597e4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ Usage of apkstat:
APK to print binary XML from
-xml string
binary XML file to print (Android manifest is default)
-xmlres string
well-known XML resource to print. Must be one of 'network-security' or 'extraction-rules'
```

`-apk` must be specified. If `-xml` is specified, apkstat will attempt to print
that file in the APK ZIP hierarchy. If it isn't, apkstat will pretty print the
Android manifest.
Android manifest. If `-xmlres` is specified, it will pretty print the given XML
resource.

### Library

Expand Down

0 comments on commit c597e4f

Please sign in to comment.