Skip to content

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

License

Notifications You must be signed in to change notification settings

dutchcoders/godex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages