AloneMonkey / MonkeyDev

CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NSString stringWithCString:f encoding:NSUTF8StringEncoding]; 这个函数怎么hook

wengxianxun opened this issue · comments

CHDeclareClass(NSString)
#pragma clang diagnostic pop
CHOptimizedClassMethod2(self, id, NSString, stringWithCString, id ,arg,encoding,id,arg2){

id ss = CHSuper(2, NSString, stringWithCString,arg,encoding,arg2);

return ss;

}

这样写会闪退