TalkingData / tap2debug

An iOS SpringBoard tweak,double click to start the debug server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tap2debug

Usage:

git clone git@github.com:TalkingData/tap2debug.git
cd tap2debug
make && make install

Double clicke the icon of the App you want to debug to start the debugerServer in iOS.

Open lldb in MacOS terminal:

lldb
process connect connect://your_ip:port

Happy hacking :-)

About

An iOS SpringBoard tweak,double click to start the debug server.

License:MIT License


Languages

Language:Logos 96.6%Language:Makefile 3.4%