奇怪现象:为什么2次调用,地址不一样?有图
@efish wrote: 02.png1110x844 614 KB f3被调用2次,用hopper反编译看到的地址,一次是0xaca,一次是0x4a90.奇怪的是,hopper的注释,都能准确的说明是f3函数另外,0000bef6 行,PC值是多少?0000bf32行,[r0]是多少? Posts: 2 Participants: 1 Read full topic
View Article关于本书88页,登录IMessage问题
@weit wrote: import "ViewController.h" %hook ViewController (void)loginButtonOnClicked:(id)arg1 {%orig; NSString *appleID = self.appleIDTextField.text; NSString *password =...
View Article讯飞语音iOS SDK疑似bug的解决过程
@snakeninny wrote: 在实现从微信中提取语音文件,并转换成文字的全自动化解决方案的过程中,发现在iOS 6中,不管是采用ARC还是MRC,在调用讯飞SDK进行语音识别时,都会报如下的错误: ... autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() ......
View Article如何Hook mac程序方法
@ishi wrote: 请教,如何让hook mac程序里的方法呢?有这个hook,但是该怎么调用呢? Posts: 2 Participants: 2 Read full topic
View ArticleLooking to hire someone who can reverse engineer an IOS app
@asp wrote: Need signatures, packets/headers, etc. to pass over to a software developer to make an automated bot which behaves and completes tasks like a normal user. Everyone knows it's easy to...
View Article求指导xcode升级后出现无法生成Dynamic Library问题
@akalasa wrote: 如题 求指导 谷歌上的各种方法都试过了无效啊 CodeSign error: code signing is required for product type 'Dynamic Library' in SDK 'iOS 9.3' Posts: 1 Participants: 1 Read full topic
View Article获取私有方法的讨论
@iOSDev wrote: class-dump只能拿到头文件声明的方法吧,私有方法可以通过利用runtime的class_copyMethodList获取,但是在lldb里面会报错,想问一下在哪可以调?写个NSObject的Category,然后重新打包吗? Posts: 1 Participants: 1 Read full topic
View Articlepreference_bundle_modern install时冲突问题
@yemingyu wrote: preference_bundle现在变成了preference_bundle_modern,在一个tweak文件夹下面创建一个preference_bundle_modern,install时总是报和tweak的deb冲突 Posts: 1 Participants: 1 Read full topic
View Article找到了对应的ViewController但是IDA里面没有
@frgrtgrt wrote: 找到了对应的FaceMagic.EditViewController,但是在IDA里面没找到, 2.png385x636 12.8 KB 是不是Swif代码? 而且class-dump 出错提示“ class-dump[76956:20301344] Error: Cannot find offset for address 0x8100000000000000...
View Article遇到问题了 执行make package install 为什么会提示'CoreFoundation/CFLogUtilities.h' file not...
@DaSen wrote: 执行make package install 为什么会提示'CoreFoundation/CFLogUtilities.h' file not found,书上根本没讲到,还有刚开始,找不到NullabilityCompat.h,还是搜出来有人说去github下载的,太郁闷了 这书的问题,还是我自己的问题呀,搞了一下午了 Posts: 2 Participants: 1...
View Article关于微信好友邀请加群
@111165 wrote: if ([wrap.m_nsContent rangeOfString:@"http://support.weixin.qq.com/cgi-bin/mmsupport-bin/addchatroombyinvite?"].location != NSNotFound) { // 好友圈 if ([wrap.m_nsFromUsr...
View Article求 ios7.1 iPhone4s xcode7.2 的debugserver
@wangxin201111 wrote: 我这边已经做了很多次的处理,就是按照网上教程,和书上教程去操作,但都是不可以的~希望那个大神能给我一个debugserver ,感激不尽啊 1743998535@qq.com ,自己操作了不下20遍,也在网上找了教程,和最新的资源,但是瘦完身之后还是不好使~Listening to port 1234 for a connection from...
View Article关于Swift和OC混编写的程序HOOK
@frgrtgrt wrote: 因为是Swift和OC混编的程序,用class-dump无效,我现在想hook它的一个类方法IDA分析的如下: id _cdecl +[FacedpsEngine turnFaceToYounger:::::](struct FacedpsEngine *self, SEL a2, ImageBuf *a3, FaceDAInfo *a4, ImageBuf...
View ArticleiOS9运行有Root权限的App时Entitlements无效
@Morrowind wrote: 我按照《Run an App as root on iOS》这篇攻略制作了有Root权限的App,使用ldid签名,在iOS7和iOS8中运行正常。但是在iOS9中,Entitlements无效,系统日志如下: Apr 12 14:19:38 iPhone Bash[727] : MS:Notice: Injecting: com.company.MyApp...
View Article打包了一份Theos,内含ldid,libsubstrate.dylib,dpkg-deb
@iOSDev wrote: 作为一个新手。虽然很早就开始看了这本书,今天才做了第一个helloworld,早上10点多起来,折腾工具一路到吃完饭才打包好deb安在手机上,深知收集工具之苦。其实书上的步骤完全可以直接打包成一个工具的。。也许是为了保证工具是最新的吧。 说明一下,Theos是在github.com/theos这里下的,不是作者的git,可能会有TheosGhost。。...
View Article逆向Mac版扫雷游戏
@iPhone wrote: Mac App Store有一个扫雷的游戏,免费版只能玩初级和中级的级别,像我这种骨灰级玩家,肯定要玩高级级别的:不过一点击 高级 菜单按钮,就会提示让我购买游戏,像我这种没钱的玩家,只能逆向这个app了。 一、突破游戏级别限制 首先运行Interface Inspector,这是一个可以查看Mac应用界面元素结构和属性的软件,功能非常强大,运行后附加上扫雷的进程:...
View Article请问下iOS如何做一个本地服务器
@111160 wrote: 现在有一个需求,html界面在safari浏览器加载,他要求我写一个本地服务器,然后定一个接口,我只要APP一启动就往那个端口发消息,html5直接去取消息来确定我的APP是不是还在运行 Posts: 2 Participants: 2 Read full topic
View Articleios9.1 是不能使用cycript吗?
@youngliu wrote: 执行cycript命令提示以下错误,是cycript不支持ios9.1造成的吗?dyld: Library not loaded: /usr/lib/libapr-1.0.dylib Referenced from: /usr/bin/cycript Reason: image not foundTrace/BPT trap: 5 Posts: 1...
View Articleios9.1 cycript无法勾住app了?:
@youngliu wrote: Continuing the discussion from ios9.0.2 cycript无法勾住app了?: Posts: 1 Participants: 1 Read full topic
View Article