Daemon 与 tweak 通信 使用rocketbootstrap,接收不到
是的,张总!!很不好意思,我的英文水平能力有限,所以在搜索英文材料很有局限性,您找的这份资料,我就没有找到, 对于英文搜索这块是否有存在技巧性的东西,针对我们学习逆向这方面?如果可以的话,可以给我们分享一下~~
View Article关于调试Preferences时定位MobileSafariSettings的ASLR偏移的问题
这个模块可能也是lazy loaded的,你进到MobileSafariSettings的界面,再im li看看是否加载了
View Article各位大神!!请教一个TheOs很简单的,我hook不住class的函数
我是小白初学者,我用Ida 调试我需要逆向的app,发现app里面会进入一个函数 import "NSObject.h" @interface AES : NSObject{} (id)doAESEncrypt:(id)arg1 Key:(id)arg2 IV:(id)arg3 isEncrypt:(unsigned int)arg4; @end 然后 我在Tweak.xm 里面写的代码是:...
View ArticleLooking for an iOS Jailbreak Developer
Sorry to bring you all this trouble. I just wanted a simple app.
View Article关于调试Preferences时定位MobileSafariSettings的ASLR偏移的问题
LLDB里不支持grep命令,直接command + F搜索,就可以看到: [374] C7CBAF59-9537-3686-AC95-E6477B7AD6B9 0x000000018a9ec000 /Users/snakeninny/Library/Developer/Xcode/iOS DeviceSupport/9.0.2...
View Article关于ios多线程
https://developer.apple.com/library/ios/documentation/Performance/Reference/GCD_libdispatch_Ref/
View ArticleMy Hook Notes
1.plist文件:{ Filter = { Bundles = ( "com.apple.Security", ); };} 2.makefile文件:THEOS_DEVICE_IP = 192.168.1.125ARCHS = armv7 arm64TARGET = iPhone:latest:8.0 include theos/makefiles/common.mk TWEAK_NAME =...
View Article