go-read-a-dex

module
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

README

go-read-a-dex

Toy application written in Go to read/examine Android DEX/APK files. Currently only for experimentation, but maybe at some point I can find something more interesting to do with it.

Example usage:

  % cd $GOPATH
  % go get github.com/thanm/go-read-a-dex/apkreader
  % $GOPATH/bin/apkreader  -dump small.apk
  APK small.apk
   DEX classes.dex sha1 fd56aced78355c305a9503d6f3dfe1f7ff6ac440
    class fibonacci methods: 6
     method id 0 name '<init>' code offset 584
     method id 1 name 'ifibonacci' code offset 608
     method id 2 name 'main' code offset 656
     method id 3 name 'rcnm1' code offset 1008
     method id 4 name 'rcnm2' code offset 1040
     method id 5 name 'rfibonacci' code offset 1072
  %

Directories

Path Synopsis
Contains DexApkDumper, an implementation of the DexApkVisitor interface which dumps out info on APK/DEX contents to stdout.
Contains DexApkDumper, an implementation of the DexApkVisitor interface which dumps out info on APK/DEX contents to stdout.
Rudimentary package for examining Android APK files.
Rudimentary package for examining Android APK files.
Rudimentary program for examining Android APK files.
Rudimentary program for examining Android APK files.
This package contains helper functions that are common to the unit tests for the dexread and apkread packages: a visitor class for capturing callbacks, and a whitespace squeeze helper routine.
This package contains helper functions that are common to the unit tests for the dexread and apkread packages: a visitor class for capturing callbacks, and a whitespace squeeze helper routine.
Interfaces for visiting interesting elements within and Android DEX file.
Interfaces for visiting interesting elements within and Android DEX file.
Rudimentary package for examining DEX files.
Rudimentary package for examining DEX files.

Jump to

Keyboard shortcuts

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