修改DEB里可执行文件的_RESTRICT/_restrict属性后替换运行闪退
一APP调试用lldb附加,提示 Segmentation fault: 11 搜索论坛找到答案可能是_RESTRICT/_restrict属性 遂修改后保存替换进手机. 再次启动应用闪退,再来论坛搜索得可能是ldid没有签名,遂签名 /opt/theos/bin/ldid -S YoQing 再次替换进手机依旧闪退. lldb启动单步调试 debugserver -x backboard...
View Article求问端口转发的问题
在输入完ssh -p 1234 root@localhost后报错muxError: Connect failed: error 3.我也是醉了,调了好久还是报错. screenshot.png1126x734 135 KB
View Articledemo桌面没展示,MRC和ARC代码迷惑点
theos默认是不启用arc的。如果要启用,看这个 http://iphonedevwiki.net/index.php/Using_ARC_in_tweaks How do I use ARC in tweaks?Using theos (limited)In your Makefile:TweakName_CFLAGS = -fobjc-arcPlease note that this...
View Article求问端口转发的问题
python 2.7.x https://cgit.sukimashita.com/usbmuxd.git/snapshot/usbmuxd-1.0.8.tar.gz cd 到 python-client目录 python tcprelay.py 22:1234 新起个终端 ssh -p 1234 root@localhost 我刚试了试,可以。
View Article求问端口转发的问题
但就是端口转发这死活不行....我电脑上有两个python版本, 看报错是python中调用connector.connect(device, port)这句抛出异常
View Article将百度坐标转化为高德坐标的2种方案
方案1(民间开源版) + (CLLocation *)AMapLocationFromBaiduLocation:(CLLocation *)BaiduLocation; { const double x_pi = M_PI * 3000.0 / 180.0; double x = BaiduLocation.coordinate.longitude - 0.0065, y =...
View Article