Skip to content
 
 

Latest commit

 

History

66 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

androidbinary

Build Status

Android binary file parser

Parse XML binary

package main

import (
	"fmt"
	"github.com/shogo82148/androidbinary"
	"os"
)

func main() {
	f, _ := os.Open("AndroidManifest")
	xml, _ := androidbinary.NewXMLFile(f)
	reader := xml.Reader()
	// read XML from reader
}

License

This software is released under the MIT License, see LICENSE.

About

Android binary file parser written in golang

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages