-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬,求解决:magic number is not correct #13
Comments
这是我逆向的文件。 |
请问解决了吗 |
.wxapkg文件不对吧?在安卓模拟器上登录微信,获取模拟器上的 .wxapkg文件 |
我用的windows打开的apkg包可以吗.就是windows现在也可以打开小程序的 |
电脑端的wxapkg得先用UnpackMiniApp解密工具解密下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E:\微信小程序逆向\wxappUnpacker-master-master>node wuWxapkg.js C:\123.wxapkg
Unpack file C:\123.wxapkg...
Header info:
firstMark: 0x56
unknownInfo: 827149655
infoListLength: 1491230453
dataLength: 3851326218
lastMark: 0x52
E:\微信小程序逆向\wxappUnpacker-master-master\wuWxapkg.js:20
if(firstMark!=0xbe||lastMark!=0xed)throw Error("Magic number is not corr
ect!");
^
Error: Magic number is not correct!
at header (E:\微信小程序逆向\wxappUnpacker-master-master\wuWxapkg.js:20:43)
at E:\微信小程序逆向\wxappUnpacker-master-master\wuWxapkg.js:111:35
at E:\微信小程序逆向\wxappUnpacker-master-master\wuLib.js:80:8
at agent (E:\微信小程序逆向\wxappUnpacker-master-master\wuLib.js:54:14)
�[90m at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_f
ile_context.js:61:3)�[39m
E:\微信小程序逆向\wxappUnpacker-master-master>
The text was updated successfully, but these errors were encountered: