ldid签名失败
按照书里的安装了ldid, 也修改了权限 但是后来写的tweak全部没有效果, 刚刚看了一眼syslog发现貌似所有的签名都报错, 不知道是不是这个原因造成tweak无法使用 设备是:iPad mini 2 iOS: 9.0.2 WeChat_1453973815.jpeg806x382 185 KB
View ArticleSuggest good books for ARM Assembly Language
Hi, Can you suggest some good books for ARM Assembly Language. We decompiled the program, loaded & dissembled in IDA but what the instruction is doing need to understand before patching it....
View ArticleSuggest good books for ARM Assembly Language
My book already introduces all the frequently used ones. For the rest, search for them in http://infocenter.arm.com/help/index.jsp when you encounter.
View ArticleSuggest good books for ARM Assembly Language
Hi, Thanks for your quick response. Will check out the site. Its huge for sure. Regards, NickIN
View Article《iOS应用逆向工程》各版本勘误汇总
赞1、2、4点,第3点是因为,R0指向的是一个Objective-C对象,而不是一个字符串,所以要用po $r0而不是p (char *)$r0
View ArticleDumpdecripted砸壳出来的文件仍然是加密文件!?求解~~
按步骤砸壳微信,但是砸出来仍然是加密文件,这是怎么回事呢? 1)Dumpdecripted: mach-o decryption dumper DISCLAIMER: This tool is only meant for security research purposes, not for application crackers. [+] detected 64bit ARM binary...
View Article微信内部调试指令
在添加好友界面的搜索框里输入: :help :help :db :db :recover :recover :updata :updata :upfile :upfile :Log :Log :up :up :dump :dump :favdb :favdb :devdb :devdb :closeappcrashcatch :closeappcrashcatch :cleanwifi...
View Article请教下如何重签名微信这种多Targets的App
受阿凹机器人的启发,也想倒腾下微信机器人 目前砸壳,classdump,theos那套已经跑通了,现在卡在部署到非越狱环境上,现有的resign脚本不支持extension,微信这种带多targets的签名不成功。我现在手动重签名的步骤是这样的: 解压App Store版本ipa 分别生成3个targets的entitlements.plist codesign -d --entitlements...
View Article书中示例teak make报错
Makefile:include theos/makefiles/common.mkTHEOS_DEVICE_IP = 192.168.2.52TWEAK_NAME = PLGreatingPLGreating_FILES = Tweak.xmTARGET = iphone:latest:7.0ARCHS = armv7 arm64PLGreating_FRAMEWORKS =...
View Article