Skip to content

boulaycote/node-apk-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node APK Dump

Use AAPT2 to dump APK info and parse it into JSON.

const parse = require('apk-dump')

parse('path/to/apk')
  .then(manifest => {
    ...
  })
  .catch(err => {})

// or use with callback
parse('path/to/apk/, (err, manifest) => {
  ...
})

About

AAPT2 dump badging to JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published