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

求教某手反调试以及hook

$
0
0

@symofeng wrote:

某手更新使用阿里聚安全后采用新的反调试以及算法,,,逆的时候发现他的代码都塞到了framework里,,,求教HOOK-framework的一个类方法和hook普通主二进制文件的写法是一样吗,,,,我就按最普通的
%hook KSAdGoalKeeper

+(id)md5HexDigest:(id)po

{

%log((NSString *)@“KSHook”);

id ret=%orig;

return ret;

}

%end
这种去写好像hook不到啊,,已经确定这个函数确实调用过了,,

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5703

Trending Articles