iOS 9.3.3中使用dumpdecrypted砸壳,killed:9
iphonedevwiki上有讲到iOS9.3.3上的一些问题,其中说到killed:9的问题: Killed: 9 Pangu9 causes many command-line tools to not work, with the error "Killed: 9" This can be solved by running "ldid -S which <command>"...
View Article我的APP已经获取到了root权限了,但是操作其他普通沙箱中的APP DATA文件中的沙盒文件还是不行???
My app have got root right !but I can not read or delete files from the normal app's sandbox path。such as: NSString *toRemovePath = [NSString...
View ArticleRoot 权限运行
fauxsu 这个的确放到了 $THEOS下面而去赋予了a+x 重新make package仍然是staff Pasted image737x127 53.9 KB
View Article用Hopper搞定Mac迅雷的会员之去自校验
新版本修改后不能正常启动,跟进以往的逆向经验,多半是再启动的时候加入了子校验,一般子校验的方法就是计算文件的crc,md5,sha等方法,windows下一般都是下createfile这个断点。因为迅雷这个代码没有经过混淆,直接找到main函数,看一下流程图就发现有个md5计算,下面有个forcequit字符串,大胆猜测就是这里了,然后仔细阅读md5下面的几个跳转语句就找到关键点了。
View Article书中P_91中的ent.xml不能正常下载
输入网址后(http://iosre.com/ent.xml)显示界面如下: 屏幕快照 2016-08-01 10.47.44.png708x59 12.4 KB 这个该怎么解决
View ArticleapplicationDidFinishLaunching:(id)application为什么不执行,难道是因为我是ios7上运行的缘故?
%hook SpringBoard -(void)applicationDidFinishLaunching:(id)application{ %orig; NSLog(@"****"); UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"liuqi" message:@"liuqiqiq" delegate:self...
View Article