如何可以让守护进程不被挂起?
锁屏一段时间后iOS进入休眠状态,不是播放音乐就可以阻止的。backgrounder、watchdog、background manager实现的应该是你想要的功能,可以看看它们的源码
View Article如何让一个hook方法下新建的Button执行方法
作为小白,也不知道问题描述的清楚不~请看以下代码:%hook SBMainScreenAlertWindowViewController (void)viewDidLoad{%orig;UIWindow *keyWindow = [[UIApplication sharedApplication] keyWindow];UIButton *returnAppBtn = [[UIButton...
View ArticleClass-dump: class-dump-x和class-dump-z如何分析dylib等文件?
LZXdeMac:~ lzx$ class-dump --arch x86_64 -H /Users/lzx/Desktop/Optimizely-iOS-SDK-master/Optimizely.framework/Versions/A/Optimizely -o /Users/optimizelyheadsError: Fat file doesn't contain a valid...
View ArticleTweak %new出来的方法,怎么在原对象的方法里怎么调用?
我试过加在头文件,编译通过,运行直接报错,提示nrecognized selector sent to instance 0x17b99c00,能解答一下吗?
View ArticleClass-dump: class-dump-x和class-dump-z如何分析dylib等文件?
原版classdump直接可用啊。。。。。https://github.com/nygard/class-dump
View ArticleLldb remote connections are not supported
lldb error:remote connections are not supported how to solve this error?tks
View Article想知道有没有更好的方法定时控制苹果手机的开关机?
如果不支持自动开机的话,能在某个时间段禁用所有app的推送,或者在某个时段打开免打扰功能这个有办法控制么,想在未越狱手机上搞下试试。
View Article