为什么我的iPhone里没有syslog目录
@zajskyios wrote: tweak里的命令:NSLog(@"Hello, World!");ssh到iPhone=》grep IOSER: /var/log/sysloggrep: /var/log/syslog: No such file or directory为什么呢 插件syslogd to /var/log/syslog Posts: 3 Participants: 2...
View ArticleClass-dump出来的protocol如何分析
@ludy520 wrote: class-dump出来的protocol的SAKService-Protocol.h,怎么知道这个h文件是单独的的一个头文件,还是这个protocol是定义在其他h文件中的?? Posts: 1 Participants: 1 Read full topic
View Article重装theos错误
@SteveRaegan wrote: 重装theos按照书上说的来做但是在sudo /opt/theos/bin/bootstrap.sh substrate这一步时出错。以前弄都好好的,但是这次就不行了。提示说命令没有找到。在本地和github上都没有找到bootstrap.sh这个文件 8A853BEB-63EB-4F58-A09F-A2F444E6A90A.png912x135 32.1...
View ArticleHOWTO: Update to latest Theos 2016
@snakeninny wrote: export THEOS=/opt/theosRemember to change the dir path if you're not following the book. rm -rf $THEOSDelete the whole original Theos document. Make sure you back up things you've...
View ArticlePreferences/Preferences.h>这个文件从哪里可以得到?
@zajskyios wrote: Preferences/Preferences.h>这个文件从哪里可以得到? 编译的时候提示uiui.mm:2:9: fatal error: 'Preferences/Preferences.h' file not found Posts: 1 Participants: 1 Read full topic
View ArticleHow to hook the swift functions by theos?
@oxcp wrote: We can using theos to hook objective_c's functions, but recently, i tried to reverse a swift app, i cann't hook the swift functions;Does anybody know how to hook a swift function by...
View Article如何实现非越狱下,app退到后台时,alert view pop up 到桌面?
@flowerdance wrote: 尝试调用setShowsOverSpringBoardAlerts: 方法,但是在这之后 用 showsOverSpringBoardAlerts 方法查看时,仍然返回NO,alert view 仍然只会在 app 内部 弹出。各位大神有其他思路吗? Posts: 2 Participants: 2 Read full topic
View Article请问theos只能作用在oc编写的app上吗?
@zajskyios wrote: 请问theos只能作用在oc编写的app上嘛 Posts: 3 Participants: 2 Read full topic
View Articlelldb连接失败
@SteveRaegan wrote: 一步一步用debugserver + lldb代替gdb进行动态调试 Essence Sharing *** 以下部分内容摘自《iOS应用逆向工程》第二版,以iOS 8为环境编写,应该也支持iOS 7,请大家注意。 ***...
View Article怎么禁止某个dylib连接网络
@maoge wrote: 知道这个dylib连接的ip地址,修改hosts文件以后还是会连接指定的ip,有没有办法直接禁止他连接指定的ip,通过ida观察找不到,应该只加密了,小白愚笨,希望哪位大侠帮忙解答一下,谢谢 Posts: 2 Participants: 2 Read full topic
View Articleclang出错,求各位大神帮忙
@WuXian317413637 wrote: ”main.mm:1:20: error: unknown type name 'CFNotificationCenterRef'static void Reboot(CFNotificationCenterRef center, void *observer, CFStr... ^main.mm:1:68: error: unknown type...
View Article职场晋升之道探讨
@webpatch wrote: 职场晋升之道探讨 背景 < 待续 > 心态 工作的人上班心态可大致划分为一下两种: 有的人上班时老板交代任务,感觉能尽快做完就好,稍微有技术难度的能推就推,剩余时间聊天扯淡。下班回家,接着聊天扯蛋打游戏。表面上有几年工作经验,实际上可能就是一直在重复已有的技术水平,鲜有提高。...
View ArticleHow to get the class with encrypted name by cycript
@Ruozi wrote: When I analyze the binary file in IDA for an app, i see a class with hidden name. Like this: The class name was hidden and it's variable for different versions. How does this app make...
View ArticleNSBundle load framework ,ip6 ipad mini2可以,iphone5不行,报错!hellp!
@dream4java wrote: NSBundle load framework ,ip6 ipad mini2可以,比iphone5 旧的itouch 也可以,iphone5不行,报错!hellp!!! bundle load framework err Error Domain=NSCocoaErrorDomain Code=3588...
View Article调试32bit不混合thumb和arm指令的Xcode版本是多少
@Kenxin wrote: 目前用的是5.0.2带的lldb,大家都用的多少呢?最新的支持的版本是多少?印象中6.X的不行吧 Posts: 1 Participants: 1 Read full topic
View Articlelldb中寄存器访问c++对象以及stl对象
@Sean1 wrote: Pasted image944x128 14.2 KB 这是目前frame中的寄存器情况。其中r0是HeResFileLocator对象,r2是std::_1::basicstring。 请问如何在lldb使用r0和r2调用其自己的方法呢。 我每次调用会报如下错误 Posts: 1 Participants: 1 Read full topic
View ArticleIs there any way to detect debug except ptrace or sysctl
@Ruozi wrote: Recently I'm using debugserver+lldb to dive into an app. Its behaviour changes when I connect into it. Firstly, I've tried to set a breakpoint on ptrace and find that it doesn't use...
View ArticleiOS砸壳的时候提示killed: 9
@Besos wrote: 我的系统是iOS9.0.2 我需要反编译armv7 CPU的binary 我把目标app的binary拿出来之后砸壳结果killed: 9 重新签名之后 一样报错,应该是thin mach-o文件运行不起来 求大神帮忙 Posts: 5 Participants: 3 Read full topic
View Article使用debugserver启动进程后,该如何结束debugserver?
@1874 wrote: 参考教材上debugserver -x backboard *:1234 /Applications/MobileSMS.app/MobileSMS 启动MobileSMS成功后,该如何停止debugserver。我直接强制退出了终端,然后手机就卡死在MobileSMS了,囧。。。 Posts: 1 Participants: 1 Read full topic
View ArticleShortcut to find the ViewController's class name on the keyWindow
@everettjf wrote: 看了 http://objccn.io/issue-19-1/ 发现一个比使用 nextResponder 更快捷的获取 ViewController 的方法。 [[[UIWindow keyWindow] rootViewController] _printHierarchy].toString() 例如这是微信主界面。...
View Article