iOS 11 的backboardd和SpringBoard中如何获取屏幕尺寸?
@asd wrote: 过去直接使用[UIScreen mainScreen]可以获得屏幕尺寸,但现在在backboardd和SpringBoard中都无法获得,try catch 得到错误提示“returning nil screen from mainScreen is not allowed!”,有大神知道别的什么方法可以获取屏幕尺寸吗?谢谢! Posts: 1 Participants:...
View Article保存数据到本地
@daiviswang wrote: 各位大佬 。在我写的TWEAK中 我读取了我想获得信息。 因为HOOK的是C函数。然后我写了ALERTVIEW 但是SHOW以后不显示 所以 我想咨询一下 有没有什么办法能让我保存我HOOK到的信息 。 Posts: 2 Participants: 2 Read full topic
View Article逆向世界杯直播App 央视影音-iOS客户端
@yuzhouheike wrote: 写在前面的话 罗列下本次逆向要使用的几个工具 MonkeyDev 或者IPAPatch HookZz 事情起源 最近我的朋友圈充满了世界杯!几乎每个伪球迷都在刷直播世界杯!还有热心的朋友发出了世界杯直播的App(央视影音...
View ArticleNSLog打出带小括号数据的疑惑
@laomei wrote: NSLog时,一个变量,打出下面结果,最外层是小括号,里面是大括号! ( { CIdentifier = "com.apple.China"; CBundleVersion = "25.1"; ICC = "87665544"; IMM = "76453732"; } ) 什么对象,能打出这样的结果?看数据格式,...
View Article不安全接口检测(这个怎么破?求助)
@liam wrote: 用例名称 不安全接口检测 风险编号 CWE-227 风险描述 使用禁用的接口,将可能导致审核被拒,项目上线时间延期,另外使用私有API会导致程序异常,因为私有API(private framework)是Apple未发布的不够成熟、可能还会变动的API,使用未发布的API可能造成在Apple升级软件时应用程序代码被损坏,用户对自己的手机进行升级后,程序可能无法使用。...
View ArticleHikari的Swift移植
@Zhang wrote: 细节参见 HikariObfuscator/Swift Posts: 2 Participants: 2 Read full topic
View Article在Tweak中如何执行系统命令呢?
@laomei wrote: 比如:chmod rm ls killall 等等 system调用,好象不行,有没有别的方法? Posts: 7 Participants: 4 Read full topic
View Article逆向c方法参数怎么看?
@cris wrote: 比如 int setsockopt(int sock, int level, int optname, const void *optval, socklen_t optlen ); D4A28BD5-0AA8-4FAE-9A98-6E62D0DF2FF9.jpg794x178 27.9 KB 在hooper里是这样。这里x0, x1, x2分别对应前3个参数。...
View Article怎样在theos项目中使用第三方frameworks?
@asd wrote: 翻遍网上的信息,标准的做法好像是,将第三方frameworks放在/opt/theos/lib里面,然后在Makefile中添加如下两行,但是编译没有问题,安装到设备上,则无法运行,哪位大神知道是怎么回事吗?谢谢! XXX_EXTRA_FRAMEWORKS = NSLogger XXX_LDFLAGS += -F/opt/theos/lib Posts: 1...
View ArticleiOS11上面debugserver+lldb配置。感谢@Ouroboros 大佬的解答
@LuaSaltFish wrote: iOS11越狱发行半年有余,Cycript这个最好用的运行时刻更新似乎因为神仙打架的原因而不支持iOS11.笔者只能将目光投入到lldb+debugserver。 一 按照debugserver的配置办法从设备中拷贝debugserver到电脑,除了小黄书提到的4个权限需要额外签名 platform-application...
View ArticleSimulateTouch搭建ST Error: MessagePort is invalid【已解决】
@a906335708 wrote: 需求:我想模拟点击屏幕及滑动 日志: tongpingguo6:/var root# iOSRETouch touch 6 6 2018-06-23 14:38:07.594 iOSRETouch[7782:206760] ST Error: MessagePort is invalid 2018-06-23 14:38:07.598...
View Article有哪位兄弟用xcode8呀,可以帮忙打包个ipa出来吗
@lisystem wrote: master.zip下载 LycaJB is a project that aims to fill the gap in iOS 11.0 - 11.3.1 jailbreaks. While this jailbreak is specifically aimed at developers it could be turned into a public...
View Article使用MSMessage发送自定义iMessage消息
@fengwang wrote: 在苹果官网上查询到MSMessage类可以用来发送自定义消息。 我想写一个tweak来实现这个功能。 可行吗? 应该如何操作呀? Posts: 1 Participants: 1 Read full topic
View Article大神帮忙写个.dylib文件
@yanqiang0112 wrote: 大神帮忙写个dylib文件,我是用来学习注入dylib,只有一个提示框就可以了,这样我就知道我注入的有没有成功了,求各位大神 Posts: 4 Participants: 2 Read full topic
View ArticleTweak工程引入头文件问题
@fengwang wrote: tweak提示下面错误 Tweak.xm:13:21: error: assigning to ‘MSMessageLayout *’ from incompatible type ‘MSMessageTemplateLayout *’ sendmessage.layout = messagelayout; 该如何解决呀 我在头文件中该如何加入这两个 Posts:...
View Article5S http头信息中的 User-Agent中的参数(6; dt:89)是什么参数?
@laomei wrote: User-Agent AppStore/2.0 iOS/9.2.1 model/iPhone6,1 hwp/s5l8960x build/13D15 (6; dt:89) 抓包User-Agent中的 (6; dt:89) 是什么参数呢? 哪位老师,知道帮解答一下。谢谢。 Posts: 2 Participants: 2 Read full topic
View ArticleHook的疑问
@tengge wrote: 用monkeydev工程想修改wx朋友圈的点赞数据 在xm文件中修改 %hook RichTextView (float)getHeightForContent:(id)arg1 font:(id)arg2 width:(float)arg3 parserType:(unsigned int)arg4 delegate:(id)arg5...
View Article针对特定方法,反Hook的手段有那些?
@wangsongsong wrote: 请教一下: 在逆向一个APP时,发现AppDelegate中的application:didFinishLaunchingWithOptions:方法无法hook(hook之后无反应)。但是hook别的方法是可以的,所以怀疑对AppDelegate中的方法进行了反Hook的处理。 找了一下反Hook的手段,找到两种: 方法一:...
View ArticleIos11打开带有dylib的ipa闪退
@a906335708 wrote: 需求:想一个dylib进ipa,运行不闪退 问题:我任意放了一个dylib进ipa打包安装,都会闪退,不放dylib打包则正常 猜测可能是ios11和dylib不兼容,请问有遇到过这样的情况解决的么 Posts: 4 Participants: 2 Read full topic
View Article