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

kay07/ipapk

This branch is up to date with kiethen/ipapk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91f3861 · Jul 6, 2018

History

21 Commits
Aug 22, 2017
Jul 6, 2018
Aug 21, 2017
May 2, 2018
Apr 23, 2018
May 2, 2018
May 2, 2018
May 2, 2018

Repository files navigation

ipapk

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

Build Status

INSTALL

$ go get github.com/phinexdaz/ipapk

USAGE

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

Packages

No packages published

Languages

  • Go 100.0%