求助!设置断点失败!
@yc418214 wrote: 设备是iPhone5s,用lldb设置断点后提示:warning: failed to set breakpoint site at 0x1c7bc68 for breakpoint 1.1: error: 2 sending the breakpoint request Posts: 1 Participants: 1 Read full topic
View Article如何让一个TextField无限“起死回生”?
@BoBo wrote: 界面中有个TextFiled和UIWebView,TextField的Delegate中有个回调函数- (BOOL)textFieldShouldReturn:(UITextField *)textField { [self.webView loadHTMLString:[NSString stringWithFormat:@"Hello %@! \n I am...
View Article求教iOS登录提示 AMD-Action Authenticate:SM 这是什么情况
@yoyoyo wrote: 在登录apple id 的时候弹这个什么原因,友什么方式解决么?求大神们指教 Posts: 2 Participants: 2 Read full topic
View Article想要修改系统的Info.plist文件
@1113 wrote: 各位大哥,我想要修改系统的Info.plist文件中的内容,但是这个文件是只读的,有什么办法可以动态的修改吗? 在App执行过程中修改。 希望论坛的大神可以给个思路~ Posts: 3 Participants: 2 Read full topic
View Article求教,Hook SpringBoard时,failure to check xxxx.dylib如何解决
@xiaolv wrote: 新手 在Hook SpringBoard时报错: MS:Error: binary does not support this cpu type: MS:Error: failure to check xxxxx.dylib,是什么原因? Posts: 4 Participants: 2 Read full topic
View Article越狱后,能开发像Andriod这种文件管理器的功能吗?谢谢回答,急
@iOS_dev wrote: 最近有需求,说是要开发Android这种文件管理器,叫我们先去调研一下,所以就想问下越狱后能开发这种功能吗,有没有可推荐的资料?求回答,求推荐.谢谢. Posts: 5 Participants: 3 Read full topic
View Article9.3.3下,分析 _sendAction:(id) withEvent时,_objc_msgSend与r0还在么?
@zklgame wrote: 对应书中175页,我把decached得到的UIKit.Framework(路径:decached /System/Library/Frameworks/UIKit.framework)中的可执行文件放入IDA中,找到了函数 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] 但是我的版本的解析结果如下图所示:...
View Article请教同一bundle下多个进程的Hook方法
@xingjiu wrote: 我的程序里有两个进程,如下: ps -ef | grep "test" 501 4716 1 0 0:00.00 ?? 0:03.47 /Applications/test.app/testUI 0 4848 1 0 0:00.00 ?? 0:00.85 /Applications/test.app/testService 然后我写了一个tweak,想hook...
View Article武汉斗鱼TV招聘 iOS逆向开发 ----代发
@kkk wrote: _ 首先声明:楼主不是斗鱼的,也跟斗鱼没有业务关系,只是代发招聘贴,如有任何问题咨询,请联系下方的hr邮箱:442451925@qq.com,非猎头 _ 逆向开发工程师职位职责:1、 对新产品或新技术进行技术研究,形成成果,进而应用于产品业务。2、 熟悉ios逆向,掌握ios动态/静态分析方法3、 了解ios安全保护方法任职要求:1、...
View Article如何使用 lldb脚本获取指定指定地址处的符号
@FSky wrote: lldb的脚本中有什么方法能把一个 long型的地址转城SBAddress或者其他相关的类型以便能够获取指定地址处的符号 Posts: 1 Participants: 1 Read full topic
View Article如何用正确的姿势退出 debugserver
@spbreak wrote: 用 ctrl+d 退出 debugserver 是不能把监听的进程 debugserver 关掉的那么各路神仙有什么好的姿势退出 debugserver 呢 Posts: 5 Participants: 4 Read full topic
View ArticleHopper V4发布了
@thomas_huang wrote: 主页已经换成hopper V4了,似乎开始支持生成ARM64的伪代码... 刚买了IDA,已哭瞎... https://www.hopperapp.com/ Posts: 1 Participants: 1 Read full topic
View ArticleTheos创建的library,编译后的dylib怎么设置其版本号
@byczd wrote: 我用theos创建了一个iphone/library,然后在.mm中写入了几行代码,然后在control文件中设置了version为1.1.1,接着make编译,发现生成的dylib的version依然是0.0.0,请问如何设置dylib的版本?不是在control文件中设置的么?求指教!!! Posts: 1 Participants: 1 Read full topic
View Article有没有什么Xcode插件支持xm的?
@DoubleWu wrote: 有没有什么Xcode插件支持xm的?比如代码补全 Posts: 2 Participants: 2 Read full topic
View ArticleMake package install 超时
@GFG wrote: 编写tweak,make ,makePackage都成功了,最后一步,make package install一直超时。。。昨天以前都没问题的,昨天开始就一直make install 一直失败,,最后结果截图如下,是不是电脑的其他配置出现了什么问题,,,求指导拜谢!!!这里显示超时,但是我用ssh连接手机,很简单就连上了啊,,,,我十分郁闷,, Posts: 1...
View Article站点操作日志
@NavilleZhang wrote: 为了让论坛的管理操作变得更加透明此帖用于记录站内各类操作及原因 锁定了站内所有微信/重签名相关的帖子鉴于这部分帖子已经数次引来低价值【le】回复【se】新开帖子视问题价值处理 Cheers EDIT:有价值的微信相关提问依旧会被在抹除敏感信息后保留,否则违背了论坛本身的初衷 I'm gonna build a wall around this forum...
View ArticleAslr地址计算
@suifeng wrote: 按照公式:物理内存= ASLR +文件offset来计算出来的地址不对呢? 拿nslog看,实际的物理地址是:0x0000000182ad6e84,偏移量是 0x394000, 基地址是 0x00000001816b8000,然后再ida里面看的是0x0000000182AD81C0,基地址是:0x0000000182AC5BA0,怎么也对不上呀? Posts: 5...
View ArticleiOS在越狱状态下,怎么实现对app的自动化测试
@LuckyGuy wrote: 想实现类似安卓手机root之后,用UiAutomator自动化测试框架测试安卓app一样的效果。请求思路啊! Posts: 3 Participants: 2 Read full topic
View Article修改__RESTRICT/__restrict后闪退
@splanet wrote: 自己写了个带反调试的appDemo,想试试逆向一下,结果崩溃了 系统环境:iOS 8.41.修改了__RESTRICT和__restrict为 __ERSTRITC __erstritc2.ldid -S 二进制文件3.Cydia下载安装了AppSync4.拷贝替换掉原app二进制文件5.修改二进制文件权限6.运行=>崩溃...
View Article