tap2debug
tap2debug copied to clipboard
An iOS SpringBoard tweak,double click to start the debug server.
tap2debug
Usage:
git clone [email protected]: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 :-)