Sunday, 15 November 2020

lldb close the ssh window after attaching the app

Hello, When i SSH into my device (via WIFI or USB) everything is fine and i can respring or do any command without issue. But, when i run lldb to debug an app, and when it finished attaching the binary, lldb close imediatly the conexion : Dred@macbook-pro-de-Dred ~ % ssh root@192.x.x.x root@192.x.x.x's password: Last login: Sun Nov 15 10:43:59 2020 from 127.x.x.x // so here i am connected to my device. ---:~ root# lldb // launch lldb (lldb) attach deadtrigger2 // attaching the app Connection to 192.x.x.x closed by remote host. // display this message after 5 seconds (i think the time that it connect the app) Connection to 192.x.x.x closed. Dred@macbook-pro-de-Dred ~ % // and the ssh window is closed. SSH by WIFI or USB has the same result... I have installed lldb from Cydia (apt.bingner.com repo) lldb version : 10-1 iOS : 12.4 (ARM64)

from iOSGods RSS Feed https://ift.tt/3lxu2Kd

No comments:

Post a Comment