Categorygithub.com/mathuin/axmlparser
repositorypackage
0.0.0-20160904215953-9f58d8a3564b
Repository: https://github.com/mathuin/axmlparser.git
Documentation: pkg.go.dev

# README

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)