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

0.1.0

Compare
Choose a tag to compare
@lberrymage lberrymage released this 29 Jun 04:15
· 14 commits to main since this release

apkstat is a Go library and CLI tool for parsing Android APKs. Here's some of what it can do:

  • Extract Android manifest fields
  • Extract fields from some well-known XML resources such as data extraction rules and network security configs
  • Convert arbitrary Android binary XML to text
  • Specify resource table configs to use when parsing
  • Pretty print binary Android manifests and other well-known XML resources

apkstat is fast, safe, and minimal. It relies solely on the Go standard library and contains no usage of unsafe, C, or reflect. Check out the README for examples or the API documentation to get started.