manifestparser
v0.2.0
Published
Extract manifest from binary blobs deployed to android or ios devices
Downloads
10
Readme
manifestparser
Extract manifest from binary blobs deployed to android or ios devices.
Installation
$ npm install manifestparser
Building
$ git clone https://github.com/peters/manifestparser.git
$ cd manifestparser
$ npm install
Examples
$ chmod +x bin/manifestparser
$ ./bin/manifestparser --target myApk.apk --output-format xml
$ ./bin/manifestparser --target myApk.apk --output-format json