- 通过Cydia安装
New Curses
,readline
和adv-cmds
- 通过SSH 连接设备终端:(如果
wget
提示找不到,就cydia搜索安装一下) wget http://apt.saurik.com/debs/cycript_0.9.594_iphoneos-arm.deb
wget http://www.tateu.net/repo/files/net.tateu.cycriptlistenertweak_1.0.0_iphoneos-arm.deb
wget http://www.tateu.net/repo/files/net.tateu.cyrun_1.0.5_iphoneos-arm.deb
dpkg -i cycript_0.9.594_iphoneos-arm.deb
dpkg -i net.tateu.cycriptlistenertweak_1.0.0_iphoneos-arm.deb net.tateu.cyrun_1.0.5_iphoneos-arm.deb
- 使用指令
cyrun -n App名称 -e
或cyrun -n bundleID -e
例如:cyrun -n sysctl -e
或cyrun -b com.aaa.bbb.sysctl -e
- 将指令的 -e 改为 -d ,从App中移除(卸载)Cycript,App将被终止并自动重启。
例如:cyrun -n sysctl -d
或cyrun -b com.aaa.bbb.sysctl -d
更多详情看GitHub:https://github.com/tateu/cyrun
网友评论