Tweak 编写求指导
@willtomorrow wrote: 没事情折腾自己的App,想把 arg2 替换掉,就下面这样写了- (void)locationManager:(id)arg1 didUpdateLocations:(id)arg2{ NSArray *array = [NSArray arrayWithObject:arg2]; UIAlertView *alert = [[UIAlertView...
View ArticleHow can I replicate the process that works for https://extensify.io?
@mvxlr wrote: extensify works great by installing a certificate on my iOS device, then downloading the signed binary from the App Store, then uploading the binary to their backend server, then...
View Article如何hook一个静态变量?
@zhoujielun wrote: 比如,这里有一个test的静态变量,如何hook它,任意修改它的值呢? Posts: 5 Participants: 2 Read full topic
View ArticleLldb如果在应用程序入口main()下断点?
@B0B0 wrote: 之前一直忽略了这个问题,使用lldb要不就直接 attach 或者 launch后直接continue了。后来想调试main(),attach肯定不好使了,就launch。lldb会自动在dyld停下来,这时候应用的Mach-O还没加载,所以也不知道ASLR,所以没法儿根据地址下断点。然后尝试了b main 和 br s -n...
View ArticleIphone 一键解屏 和 一键锁屏
@codernet wrote: iphone 一键解屏 和 一键锁屏 , 对应Springboard的头文件吗? Posts: 6 Participants: 3 Read full topic
View Articletask_t指针重大风险预报——PoC task_t considered harmful - many XNU EoPs
@OSG-PEDIY wrote: CVE-2016-1757 是由于exec运行期间资源条件竞争导致port失效而产生的安全漏洞 CVE-2016-1757是一个涉及到在exec操作期间,端口结构顺序失效的条件竞争漏洞。 详情: 当一个suid二进制程序被执行,尽管task struct与执行程序前状态保持一致,但是它执行前的task 和task port确实已失效。...
View Article那么有没有一种编程语言
@NavilleZhang wrote: 有完整的反射机制。支持virtual/pure virtual跨平台,native执行呢 Posts: 4 Participants: 2 Read full topic
View ArticleBad system call:12
@Somic wrote: 移植linux测试工具到ios,通过theos编译成功,但运行就会报错bad system call:12.求指教呀。 Posts: 1 Participants: 1 Read full topic
View Article尝试砸壳 ps -e命令执行不了
@fuxiang wrote: 我试着用dumpdecrypted给ipa包砸壳,ssh root到越狱手机的ip后 执行 ps -e的命令,但是报错了,小白求指教 屏幕快照 2017-01-04 09.43.30 AM.png914x146 17.8 KB Posts: 1 Participants: 1 Read full topic
View ArticleCydia Impactor只能安装砸壳后的app吗
@MOMO wrote: 电脑端的Cydia Impactor能干些啥啊 Posts: 2 Participants: 2 Read full topic
View Article怎么样获取所有的notifaction的内容,
@codososo wrote: 使用substrate 获取所有进程的push notifcation信息 Posts: 1 Participants: 1 Read full topic
View Article微信红包弄了之后安装提示A WatchKit app within this app is not a valid bundle
@ifanyong wrote: A WatchKit app within this app is not a valid bundle 这个改怎么处理呢 Posts: 3 Participants: 2 Read full topic
View ArticleiOS签名证书校验-如何获取macho的证书信息
@CodingForMoney wrote: 我们知道macho文件签名后,会有一个LC_CODE_SIGNATURE, 这个Section中会记录签名信息,类似下图 : 其中既有证书名,又有entitlements , 我们要如何读取这些内容出来呢? Posts: 3 Participants: 2 Read full topic
View Article请教一个问题:自己打包的deb,该怎么做可以在安装后重启SpringBoard?
@TTKD wrote: 在创建tweak的时候,在makefile里面加上after-install:: install.exec "killall -9 SpringBoard"可以达到make package...
View ArticleIp4估计7.12越狱
@hcxyzlm wrote: 现在用的是比较老的ipone4设备,系统是7.12,尝试过很多方法都越狱不了,盘古,pp助手,都不行,看了逆向工程那本书,感觉自己对那方面很感兴趣,奈何没有好的设备,越狱不了都不好实践 Posts: 2 Participants: 2 Read full topic
View ArticleDumpdecrypted 砸壳最后一步出错 iOS 10.1
@xzz005 wrote: 我的设备是 iPad Pro 9.7,已经找到 Documents 目录和 TargetApp 目录,在 Documents 目录下执行 DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib...
View Article锁屏wifi 不掉线
@codernet wrote: ios 锁屏WIFI不掉线,有这个相关的资料吗? insomnia Pro 是可以阻止掉线的,我想把这功能集成在自己的tweak里面? 不知道哪位大神有研究,给点指导或者参考资料、地址都可以!!!!感激不尽~~ Posts: 1 Participants: 1 Read full topic
View ArticleUbuntu下lldb调试问题
@ch4r0n wrote: i try to use ubuntu's 'lldb' to debug application.root@machine1:~# apt-get install lldb-3.5debugserver ok... what's the problem in ubuntu? root@machine1:~# lldb(lldb) process connect...
View ArticleiOS下 如何判断是否被抓包
@bigcatlovefish wrote: 当抓某app的 时候 发现 他如果在抓包情况下 是请求不下来数据 求大神指教一下 应该如何处理。 Posts: 4 Participants: 3 Read full topic
View ArticleCycript -p 卡住
@fuxiang wrote: 屏幕快照 2017-01-05 09.58.43 AM.png1628x260 40.9 KB 尝试用cycript -p QQ也不行,请问这是什么原因呢 Posts: 7 Participants: 2 Read full topic
View Article