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

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

2023-12-29 14:20
1842

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


[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
点赞0
打赏
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回