admh

package module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2022 License: Apache-2.0 Imports: 11 Imported by: 1

README

ADMH

Apk Data Mining Helper

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DebugLogs = true
)

Functions

func DownloadAndExtractAPK

func DownloadAndExtractAPK(packageName string, version int, workDir, output string, jadxOptions *JadxOptions, resolveDownloadUrl DownloadUrlResolver) error

func DownloadJADX

func DownloadJADX(workDir, jadxPath, jadxRelease string) (err error)

func ExtractAPK

func ExtractAPK(apkFile, workDir, output string, jadxOptions *JadxOptions) error

func Push

func Push(dir, versionName, versionCode string) (err error)

Types

type DownloadUrlResolver

type DownloadUrlResolver func(packageName string, version int) (string, error)

type JadxOptions added in v0.0.5

type JadxOptions struct {
	GradleProject,
	ShowBadCode,
	DebugInfo,
	InlineAnonymous,
	InlineMethods,
	GenerateKotlinMetadata,
	ReplaceConsts,
	RespectBytecodeAccessModifiers bool

	JadxRelease string
}

func GetDefaultJadxOptions added in v0.0.5

func GetDefaultJadxOptions() *JadxOptions

func (*JadxOptions) GetRawFlags added in v0.0.5

func (options *JadxOptions) GetRawFlags() (raw []string)

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL