chenquincy / app-info-parser

A javascript parser for parsing .ipa or .apk files. IPA/APK文件 js 解析器
MIT License
501 stars 118 forks source link

versionName 出现乱码,但aapt解压是正常 #61

Closed weekitmo closed 3 years ago

weekitmo commented 3 years ago

Describe the bug 解析部分 apk 的versionName 乱码 (VersionName of the parsing part of the APK is messy code)

image

但是我用 aapt dump badging 命令解析是正常的 (But I use the aapt dump badging command, it works fine)

image

我尝试 debug 源码,可能是binary.js的问题?(I had try to debug the source, maybe a problem with binary.js?)

Expected behavior Work expected.

请填写您的Node或浏览器版本:

请提供测试用的安装包下载链接:

chenquincy commented 3 years ago

@weekitmo 不好意思回复晚了,最近在封闭开发,暂时没有时间去修复这个 bug,如果可以的话欢迎提供 pr 或者等我后续有空修复。

chenquincy commented 3 years ago

@weekitmo 抱歉拖的时间比较长,问题已修复,可以试试 1.1.2 版本