Lldb获取偏移问题
@input wrote: blob.jpg1468x190 178 KB 为什么我获取出来的都是0x000000000000000 开头那个却不是 系统是iOS9.0.2的 Posts: 5 Participants: 2 Read full topic
View Article截图问题请教
@Ethan2015 wrote: 请问一个解决方案,我开发了一个tool用来接收PC的ssh命令,请问怎么在这个tool里面调用截图。tool能hook嘛? Posts: 4 Participants: 2 Read full topic
View Article如何以root权限调试iOS上的命令行工具?(系统已经越狱)
@LithiumCarbinate wrote: 屏幕快照 2016-11-02 下午5.17.00.png844x266 52.3 KB Xcode 报错如下,猜测可能是因为程序是系统级别的 番外:====>>> Xocde有个选项是root,却是灰色的,无法选择 屏幕快照 2016-11-02 下午5.20.43.png970x446 58.2 KB Posts: 2...
View Article重签名失败 ! -[MIInstallableBundle performVerificationWithError:]:1208
@leisuro wrote: -[MIInstallableBundle performVerificationWithError:]: 1208: Upgrade's application-identifier entitlement string (G4WSYFLKZM.dimsky.A) does not match installed application's...
View Article请教offset应该是什么?
@ludy520 wrote: 如图,margin和offset都是float类型的,具体到ios中应该是一个什么值呢?? Posts: 1 Participants: 1 Read full topic
View Article新手问题,见笑
@athlong wrote: iPhone:~ root# cycript -p 1861dlopen(/usr/lib/libcycript.dylib, 5): Library not loaded: /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore Referenced from:...
View ArticleCydia Eraser平刷iOS9.3.3错误1197及1208的解决
@Kenxin wrote: 自己用的iOS9.3.3之前做了一些越狱测试,导致手机很不稳定,好几个daemon不停的重复启动,然后失败,大量无用日志,机器很慢,于是想到了Cydia Eraser,这里分享一下刚刚遇到的问题,及怎么解决的。在Cydia中安装了之后,就打开然后点击最下面的红色字体,结果出现了eraser.cpp:1197 Read-only file...
View Article是这样吗?
@Ailix wrote: Wechat001.jpeg800x1066 66.9 KB Posts: 2 Participants: 2 Read full topic
View Article如何打印目标App函数的参数
@willtomorrow wrote: 本人小白,刚开始学习逆向,买了那本《iOS逆向工程》这本书,参照本书走了下流程,现在开始实战,就是有个需求需要看到要所分析的工程函数的参数,不知道怎么搞,求大神给个思路。 Posts: 2 Participants: 2 Read full topic
View Article求助,关于dumpdecrypted
@haloukitty wrote: 使用dumpdecrypted砸壳过后的程序,已经能通过使用IDA进行分析,但是我生成的那个砸壳后的程序不能在ios中运行,如果我想远程调试的话是直接通过debugserver -a 加上原程序,这样怎么去跟IDA中的程序去对照那,关于程序运行方面有些不懂,希望大神指教 Posts: 3 Participants: 2 Read full topic
View Article应用重签名之后在ios10.0.2系统推送失效
@Qway wrote: 对应用重签名之后,推送在ios7,8,9都表现正常,可是在ios10.0.2却失效了(BundleID不改变),只要应用从后台划去,就接收不到推送了,不知道有没有大神知道是什么原因造成的,或者可以从哪个方面进行研究呢? Posts: 1 Participants: 1 Read full topic
View Article如何逆向分析部分程序用Objective-C++写的应用
@sunhongyue4500 wrote: 各位大神好,最近在逆向学习一个应用,用Hopper反汇编查看其某个方法的汇编代码以及伪代码,但由于部分代码可能是用Objective-C++或者是C++写的,导致很难阅读、调试和跟踪,大神们有什么好的方法么,贴个图如下: 屏幕快照 2016-11-07 下午7.44.12.png1318x891 128 KB Posts: 3...
View Article我想在主屏幕加一个手势
@dengniaolai wrote: 主屏幕应该是一个UIScrollView吧?如果能获取到这个scrollview那就最好了。有人能说一下具体要hook哪个类么?在springboard.h里没看到有scrollview Posts: 1 Participants: 1 Read full topic
View Article一段用MyGTMBase64的加密算法
@ak_47 wrote: 两头大概都知道,中间那段不太懂 1.jpg1059x2715 505 KB 以下是我网上找到的方法,测试不太对 + (NSString *)encrypt:(NSString *)sText encryptOrDecrypt:(CCOperation)encryptOperation key:(NSString *)key { const void *dataIn;...
View Article【原创】开源Console版iOS APP内存修改器
@rainyx wrote: 开源自己一直在用的小工具,算法全部在内存中完成,速度比bmsq,igg快,直接搜索0也是无压力。使用c++编写,有一定的扩展能力,可以自己扩展value type和comparator。地址:https://github.com/rainyx/rxmemscan 支持armv7 & arm64系列机型。...
View Article新电脑装了cycript不好用
@dengniaolai wrote: 屏幕快照 2016-11-08 下午12.26.13.png2106x732 149 KB 不知道问题出在哪了,熟悉的大神给看看 Posts: 2 Participants: 1 Read full topic
View ArticleFix Bug for Interface Inspector on macOS Serria
@wzqcongcong wrote: 之前介绍过如何破解 Interface Inspector,近来把系统升级到最新的 macOS Serria 之后,发现 Interface Inspector 不 work 了。启动倒是正常,但每次 attach app 时,总是提示无法 attach,查看 system log,发现有这么一个 error: log.png1286x181 33.1 KB...
View Article有没有方法禁止某个app连接网络
@input wrote: 有朋友搞过的吗,交流一下。。。。。。。。。。。。。 Posts: 1 Participants: 1 Read full topic
View Article编写tweak时,如何调用原app里的方法?
@qingda wrote: hi,大家好!一个问题请教一下各位前辈。 情况是这样的,我在微信主界面加了一个按钮,想实现点击后清空 “通讯录——新的朋友” 界面里的信息。 已知道删除的方法是在 SayHelloDataLogic.h 文件里的 clearMsg 那么我怎么在我的tweak文件里调用到这个方法? 下面附上代码截图。图1是 tweak.xm 的代码图2是...
View Article奇怪的app名称
@Robert wrote: 我在找一个app的名称,准备注入。但是发现怎么都找不到,于是我到**/var/mobile/Containers/Bundle/Applicatio**这个目录下面一个个个找,还是没找到,但是发现一个比较奇怪的名称**\344\270\200\345\217\267\344\270\223\350\275\246.app**是不是这个app的名称也加密过了...
View Article