-
-
[求助]frida的Interceptor.attach注入到高并发的方法,会很卡
-
发表于: 2023-12-29 14:20 2454
-
frida的Interceptor.attach注入到高并发的方法,修改一次代码,重新加载要好久,有啥办法能快一点么,求指教
Interceptor.attach(ptr(libGameCore.add('0xb0f3c0')), {
onEnter: function (args) {
// console.log('Context in : ' + JSON.stringify(this.context));
console.log('hp : ' + this.context.X9.add(0xa0).readInt());
}
});
赞赏
他的文章
看原图
赞赏
雪币:
留言: