Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 397 Bytes

File metadata and controls

20 lines (15 loc) · 397 Bytes

Android binary manifest XML file parser library for Golang

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

This package aims to parse an android binary mainfest xml file on an apk file.

Installation

go get github.com/lunny/axmlParser

Usage

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