Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 304 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 304 Bytes

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 :-)