新人求教 怎么才能 加到满是大神的qq群里
企鹅群紫薯布丁 General Chitchat 群号 1110111111001110000001011011 <--- 防BOT&智商准入。 群内活跃度比论坛高一点,规则与论坛一样 : )
View Article6.2.2.1 ida中的很多数据都没有像书上一样自动识别出来
自带的调试符号binary 也一样是 这鸟样,不过固件IOS7.1.1 应该不会有这样的东西才对,上了IOS9才会,难道dump出来的时候哪些地方不对了?还有就是动态调试的时候显示的汇编也是这鸟样,所以我一直不知道为啥
View ArticleHelp hook Message app
I know the correct view is: CKBalloonTextView : UITextViewand this is the header: @interface CKBalloonTextView : UITextView <NSLayoutManagerDelegate> { NSAttributedString *_attributedText; float...
View ArticleiOS 8.1.3上无法获取SBApplicationController这个类
不知道这是不是一个SB的问题,但搜索了一圈确实没有找到答案。 void *SBServer = dlopen("/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices", RTLD_LAZY);if (SBServer) { Class...
View Article最简单的重签名应用的方法
sudo gem install sigh 这个我执行只能安装到1.3.1的版本 但是执行sudo gem update sigh 去更新提示我没有可用更新 我gem search sigh 也只有1.3.1版本 怎么安装1.4.1的版本?
View ArticleHelp hook Message app
didn't quite understand why you can't use the attributedtext : (mind describe your issue more clearly?
View ArticleiOS 8.1.3上无法获取SBApplicationController这个类
嗯,但是iOS 8.1里确定是有的,不知道是不是和SDK版本有关系,我现在正在下载Xcode 6.4呢。
View ArticleiOS 8.1.3上无法获取SBApplicationController这个类
https://github.com/MP0w/iOS-Headers/blob/master/iOS8.1/SpringBoard/SBApplicationController.h
View ArticleiOS 8.1.3上无法获取SBApplicationController这个类
嗯。。。我这也没有8的设备。1. RuntimeBrowser看看这个框架里到底有没有这个类2. RTLD_LAZY改成 RTLD_NOW 试试。 没玩过这块,供参考
View ArticleHelp hook Message app
So if i understood you right. 1.You want only SMSTexts, but directly hooking CKBalloonTextView also gives you unrelated texts.2.Sometimes you got (NULL) for the text. Did I understand you right?
View ArticleHelp hook Message app
Uh..User hold the ballon-----Prompt user if he wants to do some shit-----do some shit? Well you'll have to hook initializing codes, add a UIGestureResponder, so when the user selected a ballon, you...
View Article