Quantcast
Channel: 睿论坛 - 最新帖子
Browsing all 37470 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Help hook Message app

I haven't any problem for the user interaction with ballon, my problem is only to grab text

View Article


Help hook Message app

Mind sharing your code? gist.github.com would do. And PM me the address so your code would be keep secret. I'll try my best to help you but I can't promise : (

View Article


Help hook Message app

This is my code now: %hook CKTranscriptCollectionViewController - (NSArray *)menuItemsForBalloonView:(id)view { NSMutableArray *menuItems = [%orig mutableCopy]; NSString *title =...

View Article

Help hook Message app

dyldCache is broken and I don't have a JB device. The rest solution are based experience of dealing with similar situations. if CKTranscriptCollectionViewController is CKBalloonTextView's...

View Article

Help hook Message app

%hook CKBalloonTextView- (NSString*)attributedText{ id ret=%orig;NSLog(@"Text:%@ ",ret);return ret;} %end

View Article


Help hook Message app

The result: : Text:SMS test!{ NSColor = "UIDeviceWhiteColorSpace 0 1"; NSFont = " font-family: \".HelveticaNeueInterface-Regular\"; font-weight: normal; font-style: normal; font-size: 17.00pt"; } but...

View Article

Help hook Message app

%hook CKTranscriptCollectionViewController (NSArray *)menuItemsForBalloonView:(id)view { NSMutableArray *menuItems = [%orig mutableCopy]; NSString *title = @"Like"[objectAtIndex:0]]; UIMenuItem *like...

View Article

Help hook Message app

oh shit I forgot that was ViewController hook.You need to find the proper property of the ViewController containing the views. Try Hopper Disassembler and see XREFs : )

View Article


Help hook Message app

Nothing to do...

View Article


最简单的重签名应用的方法

换gem源,可能是你用的源刷新慢

View Article

非越狱环境下自动抢红包的实现原理

其实不难,步骤如下:1.生成一个dylib,抢红包的Hook代码Github上早就有了,不过是Tweak的,但是没关系,方法都是一样的。2.将微信APP敲壳注入dylib3.对dylib和微信app重新签名4.打包成IPA安装

View Article

如何识别CFNetwork是否hook成功

我使用如下代码,成功在手机上安装了插件.但是不知道是否运行有效。想到过要查看syslog文件,但是使用openSSH + syslogd 能时时查看嘛,不知道思路对不对。现在就是想验证这个hook是否有效运行。希望大家提供几个思路。谢谢大家! 后期是想实现监听网络通信,并能在网页上时时现实,好像是用CocoaHTTPServer 和WebSocketServer神马的可以实现,目前正在研究...

View Article

企鹅群紫薯布丁

已申请,请通过。

View Article


如何识别CFNetwork是否hook成功

假设你编译的dylib名为ABC.dylib;那么ssh到iOS中并输入:grep ABC.dylib /var/log/syslog如果有形如 MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/ABC.dylib 的字样出现,则说明dylib被加载了; 把你的NSLog(@"sss")改成NSLog(@"comtex:...

View Article

如何识别CFNetwork是否hook成功

好的 我试一下! 谢谢!

View Article


How to use usbmuxd and ssh to copy file?

We know that we can use these commends to copy file with the SSH.~scp /path/to/localFile user@iOSIP:/path/to/remoteFile~scp user@iOSIP:/path/to/remoteFile /path/to/localFileBut how can I copy file...

View Article

怎样深刻理解ios开发 (小白)

怎样深刻理解ios开发 ,一步一步入门 (求大神指点)

View Article


iOS 8.1.3上无法获取SBApplicationController这个类

你这个类应该在/System/Library/CoreServices/SpringBoard.app/SpringBoard里吧

View Article

怎样深刻理解ios开发 (小白)

同问,怎样深刻理解UIKit,求大神指点

View Article

怎样深刻理解ios开发 (小白)

怎样深刻理解Xcode,在线等,急!!!

View Article
Browsing all 37470 articles
Browse latest View live