Module arsc

Module arsc 

Source
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 ARSC class: proto holds the prost-generated protobuf message, stringblocks wraps the global string pool (proto + binary).

Constants§

RES_TABLE_TYPE

Functions§

locale_tag
Build a locale tag string from language and region components.