首页
社区
课程
招聘
[求助]frida的Interceptor.attach注入到高并发的方法,会很卡
发表于: 2023-12-29 14:20 2477

[求助]frida的Interceptor.attach注入到高并发的方法,会很卡

2023-12-29 14:20
2477

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());
}
});


[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//