Expand description
Android Resource Table (ARSC) parser.
Implements parsing of resources.arsc files (binary format type 0x0002)
and produces the same list_packages() XML output as the Python ARSC.list_packages().
Structs§
- Arsc
- Parsed ARSC (resources.arsc) file.
Mirrors the Python
ARSCclass:protoholds the prost-generated protobuf message,stringblockswraps the global string pool (proto + binary).
Constants§
Functions§
- locale_
tag - Build a locale tag string from language and region components.