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

[求助]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());
}
});


[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

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