Parse versionCode from android apk files

后端 未结 4 2113
天命终不由人
天命终不由人 2021-02-07 04:39

I know .apk files are .zip files, but AndroidManifest.xml looks binary and certainly grep or hex editors haven\'t been successful extracting the versionCode.

Does anybod

4条回答
  •  抹茶落季
    2021-02-07 05:04

    You may refer to this. It reads necessary strings from the resource table while translating the binary xml file.

提交回复
热议问题