求指教,关于打断点的问题
@cuiyu8580 wrote: 上周刚买到书,就拿微信来试试手,现在发现断点设置没用,求指教看看是哪里设置的有毛病. 1.png1098x524 50.1 KB 2.png936x376 59.5 KB 3.png1448x206 34.2 KB 4.png1484x180 34.7 KB 求大家不吝赐教 Posts: 1 Participants: 1 Read full topic
View Article使用usbmuxd 连接SSH 报错ssh_exchange_identification: Connection closed by remote...
@Alan_xz wrote: 使用usbsbmuxd连接SSH 终端输入:AlandeiMac:USBSSH Alanpython tcprelay.py 22:2222Forwarding local port 2222 to remote port 22Incoming connection to 2222Waiting for devices...Connecting to device...
View Article正确获取struct结构体的内容
@yoursmile wrote: 需求:获取struct里的信息 struct cTopicInfo { basic_string_a490aa4c _field1; basic_string_a490aa4c _field2; int _field3; _Bool _field4; _Bool _field5; _Bool _field6; _Bool _field7; _Bool...
View Article关于在tweak.xm中通过偏移获取值的问题
@yoursmile wrote: 需求:通过一个void 的变量然后能像终端一样 po (char)(0x0000xxxx + 0x 10)这样获取到0x10这个偏移的具体值,怎么在tweak.xm中实现呢 Posts: 1 Participants: 1 Read full topic
View Article一个拥有ROOT权限的APP 在iOS 9上运行闪退
@Alan_xz wrote: 崩溃信息如下:Dyld Message: Library not loaded: @rpath/AFNetworking.framework/AFNetworking Referenced from: /Applications/ReverseTest.app/ReverseTest_ Reason: image not found Dyld Version:...
View Article[威锋网国际战队] 全球移动应用&游戏平台,诚邀iOS/Android逆向加入
@eyerwang wrote: 职位名称:iOS/Android逆向工程师(国际战队)工作性质:全职 工作地点:深圳南山 业务介绍:威锋网国际战队—兔兔助手(tutuapp.com...
View ArticleTheos hook 报错 error: redefinition of '_logos_meta_orig
@voidwu wrote: 菜鸟练习逆向,theos hook 报如下错,不知道是什么原因,求大牛指点,谢谢! Tweak.xm:23:593: error: redefinition of 'logosmeta_orig$_ungrouped$MJHTTPRequest$calculateReuqestHashBaseStringWithHTTPRequest$' ...Class...
View Article针对Macho文件如何通过_dyld_get_image_header及其偏移量定位到对应的方法
@SpringMorning wrote: 需求: 本人在学习逆向的过程中阅读到如下代码,由于知识储备不够,因此想请教一二。代码: void *targetMethod = NULL; void init() { const char *path = "XXXUI"; uint32_t i; for (i = 0; i < _dyld_image_count(); i++) { if...
View Article调试自己的写的代码无法进入汇编状态
@iceiPhone wrote: 想研究下block(arr,YES)这个传值在汇编下是怎么调用的,自己写了个代码 (void)press {void(^block)(NSArray *arr,BOOL flag) = ^(NSArray *arr,BOOL flag){ NSLog(@"arr = %@,flag = %d",arr,flag);}; NSArray *arr =...
View Article漏洞扫描+iOS,这两者是否可行?
@cris wrote: https://tech.meituan.com/Android-Code-Arbiter.html 漏洞扫描目前在安卓机上的应用较多,在iOS比较少? 原因是什么呢?是否有必要也为iOS开发漏洞扫描工具呢? Posts: 1 Participants: 1 Read full topic
View Article添加反注入方法后模拟器崩溃
@guany wrote: 看了论坛之前的帖子,发现可以通过添加-Wl,-sectcreate,__RESTRICT,__restrict,/dev/null来进行反注入。但是在自己的APP中的Other Linker Flags添加该字段后,模拟器运行程序后会崩溃。信息如下: 屏幕快照 2017-09-20 下午7.29.54.png691x301 32.1 KB...
View ArticleLldb调试时怎么打印出一个结构体的内容
@zyings wrote: lldb调试时得到一个结构体的地址如图所示 屏幕快照 2017-09-21 15.16.55.png864x174 27.1 KB 请问该如何打印出这个结构体的具体内容呢 Posts: 1 Participants: 1 Read full topic
View Article卸載App在theos導入private framework MobileInstallation無法成功
@wangdu wrote: 各位大大下午好,小弟在實作這位大神給的demo code。 iOS8下代码安装/卸载APP Essence Sharing | 干货分享 从我博客搬来的,原文iOS8下代码安装/卸载APP,写上了一些注释。不知道复制过来之后还有没有代码高亮,没有的话,直接看原文会好一点。当然,需要MobileInstallation这个Framework #import...
View ArticleMake package install安装是否可以通过usb将包安装到手机,而不是通过THEOS_DEVICE_IP
@xiaoleiwei wrote: 设备:iPhone 6s 版本:10.2问题描述:之前通过ip连接ssh一直连接不上,所以采用了usb的连接方式。如今make package install的时候再次碰到通过IP无法连接不上的问题,所以想知道有没有Makefile文件中的THEOS_DEVICE_IP = x.x.x.x是否可以通过usb来代替,如果能代替的话,应该怎么设置? 卡在这里不动了...
View Article山寨论坛真好玩
@Akko wrote: IMG_2860.PNG829x152 10.9 KB 请认准唯一指定GPG公钥 Posts: 1 Participants: 1 Read full topic
View ArticleAppleTrace 简易App性能分析工具
@everettjf wrote: 背景 一般情况下使用Instruments(主要是Time Profiler)进行iOS App的性能分析就足够了,但是Time Profiler 把调用方法都合并了起来,失去了时序的表现。直到有一天看到Android开发的同事使用 systrace...
View ArticleIos11相机扫描支付宝收款码直接打开支付宝app的原理是什么?
@liuxucau wrote: ios11支付相机扫描二维码,如果二维码是一个schema,则打开注册了schema的app,如果是一个http url,则打开...
View Article关于定位,感兴趣的进来看一下
@wylf wrote: CLLocationManager这个类是系统用来返回所在地址的,而这个类里的方法 - (void)onClientEventLocation:(id)arg1;里面的参数arg1就有我们所要的位置信息,这个arg1参数是个字典,字典里“Locations”这个字段对应的值就是我们想要的位置信息,却打印为空,是解析方法错了吗,大神给看一下。...
View Article请教如何hook来自字符串的Selector
@gemo wrote: 例如,想在tweak中hook并修改如下函数调用的返回结果,不知怎么写,求指点: NSArray *Arr = [theClass performSelector:NSSelectorFromString(@"something")]; Posts: 2 Participants: 2 Read full topic
View Article威锋网诚招iOS/Android逆向攻城狮
@eyerwang wrote: 职位名称:iOS/Android逆向工程师工作性质:全职 工作地点:深圳南山 业务介绍:威锋网国际战队—兔兔助手(tutuapp.com...
View Article