-
-
[求助]frida-objc-implementation属性
-
发表于: 2025-7-10 09:37 310
-
有知道的大神吗?implementation到底是啥?返回的啥数据类型啥内容?
const hook = ObjC.类名.方法;
Interceptor.attach(hook.implementation, {
onEnter()
const origImp = hook.implementation
console.log("方法的地址:" + origImp);//返回的是方法的地址吗?
}
赞赏
他的文章
赞赏
雪币:
留言: