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
,MethodParams
andField
s. - class
- Dex
Class
and supporting structures. - code
- Structures defining the contents of a
Method
’s code. - encoded_
value - Contains structures defining values in a
Dex
. - field
- Dex
Field
and supporting structures - jtype
- Dex
Type
and utilities - method
- Dex
Method
and 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.