Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Android binary manifest XML file parse library for Golang

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages