Module code_item

Module code_item 

Source
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ยง

CodeItem
Code structure for a method
EncodedCatchHandler
A catch statement
EncodedTypeAddrPair
Addresses of the handler for an exception of the given type
TryItem
A try statement with offset to the catch part