/axmlParser

Android binary manifest XML file parse library for Golang

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Android binary manifest XML file parser library for Golang

This is a golang port of github.com/xgouchet/AXML with modifications.

This package aims to parse an android binary mainfest xml file on an apk file, including references to resources.arsc.

Installation

go get github.com/mathuin/axmlParser

Usage

listener := new(AppNameListener)
_, err := ParseApk(apkfilepath, listener)