Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 659 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 659 Bytes

godex

Android DEX file analyzer library. With this go library you can extract metadata from DEX (Dalvik) java class files.

Usage

dex, err := Open("classes.dex")

if err != nil {
    t.Errorf("%s", err)
}

dex.Dump()

References

Contributions

Contributions are welcome.

Creators

Remco Verhoef

Copyright and license

Code and documentation copyright 2011-2014 Remco Verhoef.

Code released under the MIT license.