
IOS
pinggle
好好工作,好好生活
展开
-
Mac X 搭建 IOS 越狱开发环境
系统环境: Max OS XVersion 10.9.5XCode版本: Xcode Version 6.1 1. 安装theos:git clone https://github.com/DHowett/theos /opt/theosexport THEOS=/opt/theos(参考文章: http://www.devdiv.com/ios_theos-bl原创 2014-11-13 14:39:18 · 1789 阅读 · 0 评论 -
LLDB vs GDB
LLDBGDBLaunch a process no arguments.(lldb) process launch(lldb) run(lldb) r(gdb) run(gdb) rLaunch a process with arguments .(lldb) process launch --(ll转载 2014-12-09 10:00:01 · 1693 阅读 · 0 评论