MCPcopy Create free account
hub / github.com/codehasan/dex2c / get_apkid

Function get_apkid

androguard/core/bytecodes/apk.py:2110–2161  ·  view source on GitHub ↗

Read (appid, versionCode, versionName) from an APK This first tries to do quick binary XML parsing to just get the values that are needed. It will fallback to full androguard parsing, which is slow, if it can't find the versionName value or versionName is set to a Android String Re

(apkfile)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 13

is_validMethod · 0.95
getAttributeCountMethod · 0.95
getAttributeNameMethod · 0.95
getAttributeValueTypeMethod · 0.95
getAttributeValueDataMethod · 0.95
getAttributeValueMethod · 0.95
get_android_resourcesMethod · 0.95
AXMLParserClass · 0.90
format_valueFunction · 0.90
APKClass · 0.85
ensure_final_valueFunction · 0.85

Tested by

no test coverage detected