Expand description
Dex is a library for reading Android’s dex file format.
Re-exports§
pub extern crate scroll;
Modules§
- annotation
- Structures for Annotations on a
Class,Method,MethodParamsandFields. - class
- Dex
Classand supporting structures. - code
- Structures defining the contents of a
Method’s code. - encoded_
value - Contains structures defining values in a
Dex. - field
- Dex
Fieldand supporting structures - jtype
- Dex
Typeand utilities - method
- Dex
Methodand supporting structures - string
- Dex String utilities
Structs§
Enums§
Constants§
- NO_
INDEX - The constant NO_INDEX is used to indicate that an index value is absent.