Hook SSLWrite 查看传入的参数
@BoBo wrote: hook住SSLWrite( )方法了static OSStatus (*original_SSLWrite)( SSLContextRef context, const void *data, size_t dataLength, size_t *processed);想查看data指向的内容要怎么办呢... Posts: 8 Participants: 3 Read...
View Article关于Reveal连接APP大约需要多久的时间?
@aquarius wrote: 由于是新手,用了一整天来熟悉各个工具的使用,其余问题几乎都解决了,只是所有设置都正确,却只有一次Reveal连接APP成功,这个连接时间我们大概要等多久呢? Posts: 3 Participants: 2 Read full topic
View ArticleI have open sourced my tweaks
@sst1337 wrote: Hey all, I've open sourced Nemerov, NemerovPlus, DockArt, and SwipeToDeleteContact - hope you can learn from them, i can only put two links so the rest can be found on my github -...
View Article在cydia安装好Reveal loader之后在setting中找不到reveal
@GreenHero wrote: 手机iOS8.4越狱后安装好cydia插件,可以在settiing没有reveal这个选项,重启手机也不行 Posts: 2 Participants: 2 Read full topic
View Article获取Apple ID的账号和密码
@yang_yong_xin wrote: 原文地址:http://www.lanvsblue.top/2016/10/24/hook-apple-id/ 测试环境 系统:iOS9.3.3 越狱:PanGu 设备:iPod Touch 6 前言 在历史上,出现过很多次大大小小的Apple ID被盗取的事件,为什么Apple ID被盗取会闹出那么大的事情呢?那是因为Apple...
View ArticleXcod8 安装后 error
@dawangjiaowolaixunshan wrote: 以前的tweak安装不了 报了一个error .. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/usr/lib/libobjc.tbd:2:20: error: unknown...
View Article分析出了QQGroupNumber.dylib的群号
@JackJack wrote: 把文件往IDA中一拖,便找到了QQ号。突然感觉所有的难题都来自我们自己的想象,也就是自己给自己设置的业障。一颗逆向的小白菜上路,哦,耶! Posts: 2 Participants: 2 Read full topic
View Article有没有办法在UIWebView或者WKWebView代码中添加proxy
@dingronghui wrote: NSURLSessionConfiguration 可以设置请求的proxy host和proxy port,但webview上似乎没有办法设置。不知道有没有私有函数可以用。 Posts: 1 Participants: 1 Read full topic
View ArticleSwift风行的今天,oc还能抗多久?
@Kenxin wrote: 我不太了解swift,自己只是熟悉oc,逆向基本上都是oc,求大家的解释,swift对逆向影响大吗?先谢谢了。 Posts: 4 Participants: 2 Read full topic
View Article设备不输出log
@splanet wrote: 请问各位大大,有没有遇到过设备不输出log的情况,有解决方案吗?设备信息:iPhone 5, iOS 8.3, 已越狱 Posts: 1 Participants: 1 Read full topic
View Article如何拦截跳转时的提示
@yuan wrote: 在应用第一次跳转至其他应用时,会有提示"XXXXXAPP"想要打开"YYYYAPP",只有选择打开才能跳转。有办法能够不提示,直接跳转的吗?谷哥度娘翻了一遍,也没找到有可能解决的思路。 btw:iOS7之后还有模拟点击的可能性吗? Posts: 1 Participants: 1 Read full topic
View Article修改了支付宝的__RESTRICT/__restrict后闪退
@input wrote: 修改了__RESTRICT和__restrict为 __RRSTRICT __rrstrict ldid -S 二进制文件签名 然后上传到iPhone打开支付宝闪退 请问有哪位朋友遇到过吗 Posts: 6 Participants: 3 Read full topic
View Article在applicationWillTerminate:中发送socket 的疑问
@BoBo wrote: hook了AppDelegate的几个回调函数,然后在内部通过socket发送给服务器,通知这个应用的一些状态。 Pasted image738x211 22.9 KB...
View Article32位cpu通用EAX 、EBX、ECX、EDX、ESP、EBP、ESI、EDI
@Kratos28 wrote: 32位cpu通用EAX 、EBX、ECX、EDX、ESP、EBP、ESI、EDI 跟R0 、R1、R2、R3、R7、R9、R12、R13、R14、R15有什么关系? Posts: 4 Participants: 2 Read full topic
View Article请教一个简单的问题,急
@xiaofeng176 wrote: 各位大神请教一下为何这个hook不执行呀,查看日志没有输出。百思不得其解。。 Posts: 1 Participants: 1 Read full topic
View ArticleLldb问题
@input wrote: (lldb) cProcess 4857 resumingProcess 4857 stopped* thread #1: tid = 0x24ca4, 0x0000000199dddbd0 libobjc.A.dylibobjc_msgSend + 16, queue = 'com.apple.main-thread', stop reason =...
View Article怎么设置 HTTPProxy
@246119106 wrote: setting - > wifi -> 手动设置 服务器/port ,怎么通过代码进行设置 Posts: 2 Participants: 2 Read full topic
View Article在terminal中修改plist文件
@BoBo wrote: Tweak里面有个plist文件现在想自动化实现修改或者添加hook的应用程序的Bundle id。目前的做法是用plutil 把 plist文件装成json,然后修改内容,再转成plist,感觉很麻烦。google查了资料,说plutil可以-insert,或者用defaults。但是尝试了多次无果,遂来论坛求大神指点,谢谢~ Posts: 3...
View ArticleLldb无法给已签名的osx应用根据方法名设置断点
@robbyone wrote: lldb无法给已签名的osx应用根据方法名设置断点,这是什么原因,如果要更具方法名来设备断点,需要怎么处理? Posts: 1 Participants: 1 Read full topic
View Article请问应用外的悬浮窗口如何实现啊?类似小白点的
@winer888 wrote: hihihi.jpg556x972 152 KB Posts: 1 Participants: 1 Read full topic
View Article