Expand description
Minimal ZIP + DEX parser for reading TRANSACTION_* static int field values
from framework.jar without any subprocess or external tool.
Only handles STORED (uncompressed) DEX entries. Android framework JARs store DEX uncompressed so ART can mmap directly from the ZIP.
Functionsยง
- find_
transaction_ code - Search
framework.jarfor the value of a static int field. - resolve_
tx_ codes_ from_ dex - Resolve all four tx codes needed for binder observer mode.