04 2015 档案
摘要:It seems that in your case you are trying to use aninstance variableof the class you are hooking. Modifying the instance variable does not work that w...
阅读全文
摘要:唉,说起来这就是一个坑,Cydia Substrate在其文档中也没找到详细说明,最后也只能来看看代码曾半仙最早给的那份substrate-master源码,然后一切就了然于胸了,这个坑很大,很大!!!现在我们先来看下MSHookFunction怎么Hook IDA中的sub_xxxx函数,然后再来...
阅读全文
摘要:资料http://ioscheaters.com/http://bbs.iosre.com/http://samdmarshall.com/re.htmlhttp://lldb.llvm.org/lldb-gdb.htmlhttp://iphonedevwiki.net/index.php/Debu...
阅读全文
摘要:#import #import #import void (*old_sub_ACF0)(void);void new_sub_ACF0(void){ // old_sub_ACF0(); NSLog(@"iOSRE: anti-anti-debugging");}%ct...
阅读全文
摘要:在进行App Store APP分析的时候,第一步要做的就是解密mach-o文件,解密的优秀工具有Crackulous,CrackNShare,clutch,但面临iOS的升级(或各种封杀)已逐渐不能使用了。今天要介绍的是Stefan Esser 大牛(iOS越狱大会的常驻嘉宾,iOS内核漏洞挖掘大...
阅读全文