Project: free2

Try this code out now by running

$ frida --codeshare AnonymousVip/free2 -f YOUR_BINARY
1
2
3
4
5
6
7
8
Java.perform(function() {
let BoxUtil = Java.use("cn.tongdun.android.shell.utils.BoxUtil");
BoxUtil.limitBox.implementation = function(jSONObject, i){
let ret = this.limitBox(jSONObject, i);
console.log(JSON.stringify(jSONObject));
return ret;
};
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Fingerprint: 2532cc1535e0957f99108d14e3ed49e9a688ff4e6fe39c6ad0ed43d6e5ac2723