Expand description
Representation of a DEX file
This is the main class of the parser. When creating DexFile object, the builder will parse
the header and from there decode the contents of the file (strings, methods, etc). Some apps
will have multiple DEX files. In this case, the builder will initially create a DexFile
object per DEX file and then merge them into one. This extra step is needed as the contents of
the final DexFile object must contain all the contents of the intermediary DEX files but
sorted (the actual sorting method depends on the type of content being sorted – see the
classes documentations for details).
Structs§
- DexFile
- Representation of a DEX file