Open MewX opened 5 years ago
In CommonCallback.java
, I saw this:
paramCall = MessagePack.newDefaultUnpacker(((ResponseBody)paramResponse.body()).bytes());
if (paramCall != null)
{
this.json = paramCall.unpackValue().toString();
paramCall.close();
break label77;
this.json = "";
一切不使用 protocol buffer 的都是邪教!
I will use https://github.com/ugorji/go to unpack the message.
Also checked latest version v3.1.2, there doesn't seem to have much difference. So, I'll use the decompiled version to maintain this app.
How do I decode this sequence?
It shows
��status���msg�帐号不存在!
.