0.2.0 • Published 12 years ago

manifestparser v0.2.0

Weekly downloads
14
License
-
Repository
github
Last release
12 years ago

manifestparser Build Status

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