Crate dex[−][src]
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 | Dex |
code | Structures defining the contents of a |
encoded_value | Contains structures defining values in a |
field | Dex |
jtype | Dex |
method | Dex |
string | Dex String utilities |
Structs
Dex | Represents a Dex file |
DexReader | Reader facade for loading a |
Header | Dex file header |
Enums
Error |
Constants
NO_INDEX | The constant NO_INDEX is used to indicate that an index value is absent. |
Type Definitions
Endian | The endianness of bytes. |
Result | A |
byte | 8-bit signed int |
int | 32-bit signed int |
long | 64-bit signed int |
short | 16-bit signed int |
ubyte | 8-bit unsigned int |
uint | 32-bit unsigned int |
ulong | 64-bit unsigned int |
ushort | 16-bit unsigned int |