SimulateTouch 不能支持IOS10了
@maluwang wrote: SimulateTouch 在 IOS 7 8 9下都用的很舒坦。 在IOS 10下 用不起了 ,点击和滑动都会卡住。不知道什么鬼 能力有限,搞不定啊 。 哪位兄弟看看能搞定的方法? Posts: 1 Participants: 1 Read full topic
View Article新人报道,请教一下,大家都是出于兴趣研究逆向工程吗,毕竟开发tweak的话,现在越狱用户越来越少了,感觉做出来一个tweak,用的人也会越来越少啊~
@leontea wrote: 新人报道,一直对逆向工程、越狱开发很感兴趣,感觉找对组织了! 请教一个问题,大家都是出于兴趣研究逆向工程吗,毕竟开发tweak的话,现在越狱用户越来越少了,感觉做出来一个tweak,用的人也会越来越少啊~ 大家都是出于什么原因研究逆向工程呢? Posts: 2 Participants: 2 Read full topic
View Article关于pc寄存器和lldb的一些疑问
@B0B0 wrote: 看cydia substrate的时候了解了inline hook,其中arm模式下跳转使用 ldr pc,[pc-4]。好像是因为arm流水线的缘故,pc会指向后面第二条指令。但是自己用lldb调试的时候,箭头->指向的指令 和 p/x $pc...
View Article10.2的ssh连接不上,n种方法已经试过,求大神支招
@xhios wrote: 使用的是yalu B7越狱的,知道自带dropbear,所以没有安装openSSH,我通过SSH连接的时候,会报错 ssh_exchange_identification: Connection closed by remote host 网上查了一堆资料,都没用,但是重启手机然后再使用yalu越狱,就可以连接,但是会自动,再连接就又报上面的错误了....
View ArticleiOSOpenDev 安装失败
@CrackLee007 wrote: 在网上搜了很多关于iOSOpenDev的错误,都是不对口的。唯一对口的是这篇文章:http://www.mm1886.com/0429/install-iosopendev-with-xcode-7不过按照他的做了,还是有错误,求支招。 iosopendev-error.tiff780x240 160 KB Posts: 1 Participants: 1...
View Article假如已知堆栈中r2寄存器的地址有个具体的值,是否能跟踪该值得来源
@AsTryE wrote: 比如,目前下断点到某个函数A,函数A中带有一个参数C,那么此时断点停留在A的入口处,调用命令,po $x2,打印寄存器x2的值,也就是参数C的值,比如是一个字符串,或是另外一个函数调用的返回值当作参数,我怎么能lldb调试跟踪到该地址,也就是参数C的来源? Posts: 9 Participants: 2 Read full topic
View ArticleiosOpenDev安装成功,Xcode8下编译失败
@CrackLee007 wrote: 好不容易吧iosopendev安装好了,环境也配了一大堆,ssh 也免密码登录了,最后编译的时候还是出错了好 未命名.png1321x464 70.4 KB Posts: 2 Participants: 2 Read full topic
View ArticleReveal No Connection
@yangTY wrote: 手机系统9.2.1,Reveal调试爱奇艺no connection 不是网络原因其他app是能发现的,应该也不是RESTRICT的缘故,Cycript注入是可以成功的,请问是因为爱奇艺使用了什么反Reveal的方法了吗?求解答,拜谢 Posts: 2 Participants: 1 Read full topic
View Article同样的函数功能在 app下执行正常,在 dylib 下执行不正常
@deegar wrote: 同样的函数功能在 app下执行正常,在 dylib 下执行不正常!代码如下: /** 获取系统版本信息 @return return value description */ -(NSString*)getDevicesysVersion { //系统版本 NSString *sysVersion = [[UIDevice currentDevice]...
View Article支付宝调试问题闪退
@CrackLee007 wrote: 按照书上例子,找支付宝试试手,用debugserver 启动支付宝,然后lldb附上后 c 执行结果闪退了,而且支付宝也不能用注入也会闪退,hook也试过 hook不出东西。 1.png926x255 46.7 KB Posts: 2 Participants: 2 Read full topic
View Article关于“_”文件夹
@keeplearning wrote: 按照make package的命令 并没有生成“_”文件夹,请问是咋回事 Posts: 2 Participants: 2 Read full topic
View ArticleTheos之application_modern工程,在调用私有接口时候如何生成用entitlements签名后的deb文件
@XBlock wrote: 在创建Theos之application_modern工程之后,有时候会出现调用私有接口的功能,这方面的权限需要用entitlements进行签名,那么如何实现这个过程,进而生成deb文件? Posts: 1 Participants: 1 Read full topic
View Article新人冒昧的问一个弱弱的问题,使用CaptainHook勾住一个方法。
@qq597353 wrote: 我使用CaptainHook勾住某个方法,想让该方法失效,就是程序任何状态下调用该方法都是无效的。 Posts: 1 Participants: 1 Read full topic
View ArticleHook函数没有进入应该用什么工具来调试
@keeplearning wrote: 需求:现在只能打印出被hook函数的log,hook进不去。。。。。。 Posts: 1 Participants: 1 Read full topic
View Article请问关于Hopper v4 的 加载 hopper debug server 不能动态调试的问题
@pxps wrote: 已经开启了 hopper 的 debug server ! Pasted image1690x1022 292 KB 也正常显示 Pasted image1614x990 181 KB 但是 点击 connect Pasted image2336x1422 547 KB 就提示这个问题。 我明明安装了lldb + gdb ?请大神指教,感激。 OS X 12.4...
View Article关于动态调试preferencebundle
@djcsdjcs wrote: 需求: 我想使用lldb调试一个preferencebundle里面的dylib操作步骤:1.安装deb,叫他小A好了,安装后发现其存在于ios的setting里2. attach /Applications/Preferences.app/Preferences3. 在setting里打开这个插件,image list -o -f 后发现确实找到了小A的...
View Article请问IOS9.3.3下IntroSpy抓不到部分软件的HTTPS通信
@dogfood wrote: 需求: 想用IntroSpy来调试个软件发的HTTPS包,IOS 7.1环境下正常,但9.3.3下抓不到,这是何解?操作步骤: IntroSpy安装正常,生成db日志正常,但就是没有通讯API的调用 Posts: 2 Participants: 2 Read full topic
View ArticleIos10 上syslog不能用了吗?有啥解决办法吗
@jhtshr wrote: ios10 上syslog安装以后,没有/var/log/syslog文件,这个是插件不支持还是什么原因呢?怎么破,谢谢 Posts: 1 Participants: 1 Read full topic
View ArticleXm全局变量的问题
@keeplearning wrote: 需求:我想在xm文件设置一个全局Bool变量 以此来控制开关 Pasted image855x659 53.5 KB 然而却并没有起到效果 不明白为什么上面已经改变了 然而下面却还是没有改变Bool的值 Posts: 3 Participants: 2 Read full topic
View ArticleRecording iOS microphone - command line tool
@nader.lavasani wrote: Hi How can i record an iPhone microphone from command line tool? Posts: 1 Participants: 1 Read full topic
View Article