Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5729

Frida 中如何使用 class_copyPropertyList ?

$
0
0

@shush wrote:

我的目标是要获取类的属性。
在frida 的ObjC 中我看到了protocol_copyPropertyList ,但是没有class_copyPropertyList? 我依葫芦画瓢新加了一个模块
module: “JavaScriptCore”,
functions: {
“class_copyPropertyList”: [‘pointer’, [ ‘pointer’, ‘pointer’]]
}
但是用不了。
求教育:disappointed_relieved:
frida的ObjC源码地址 https://github.com/frida/frida-objc/blob/master/index.js

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5729

Trending Articles