Skip to content
/ ipapk Public
forked from kiethen/ipapk

ipa or apk parser written in golang, aims to extract app information

License

Notifications You must be signed in to change notification settings

bzon/ipapk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipapk

ipa or apk parser written in golang, aims to extract app information

INSTALL

$ go get github.com/phinexdaz/ipapk

USE

package main

import (
	"fmt"
	"github.com/phinexdaz/ipapk"
)

func main() {
	apk, _ := ipapk.NewAppParser("test.apk")
	fmt.Println(apk)
}

About

ipa or apk parser written in golang, aims to extract app information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%