apkread

package
v0.0.0-...-616f37e Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Rudimentary package for examining Android APK files. An APK file is basically a ZIP file that contains an Android manifest and a series of DEX files, strings, resources, bitmaps, and assorted other items. This specific reader looks only at the DEX files, not the other bits and pieces (of which there are many).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadAPK

func ReadAPK(apk string, visitor DexApkVisitor) error

ReadAPK opens the specified APK file 'apk' and walks the contents of any DEX files it contains, making callbacks at various points through a user-supplied visitor object 'visitor'. See DexApkVisitor for more info on which DEX/APK parts are visited.

Types

This section is empty.

Jump to

Keyboard shortcuts

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