Expand description
DEX bytecode
Code item elements contain the actual bytecode of the app. Each code item represent a function and the associated bytecode, along with some metadata such as the number of registers, try/catch offsets, etc.
Structsยง
- Code
Item - Code structure for a method
- Encoded
Catch Handler - A
catchstatement - Encoded
Type Addr Pair - Addresses of the handler for an exception of the given type
- TryItem
- A
trystatement with offset to thecatchpart