Android DEX file analyzer library. With this go library you can extract metadata from DEX (Dalvik) java class files.
dex, err := Open("classes.dex")
if err != nil {
t.Errorf("%s", err)
}
dex.Dump()
- https://source.android.com/devices/tech/dalvik/dex-format.html
- https://android.googlesource.com/platform/dalvik2/+/master
Contributions are welcome.
Remco Verhoef
Code and documentation copyright 2011-2014 Remco Verhoef.
Code released under the MIT license.