mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 09:00:46 +00:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
|
Connecting r2 with gdb
|
||
|
======================
|
||
|
|
||
|
Running gdbserver
|
||
|
-----------------
|
||
|
$ gdbserver :2345 /bin/ls
|
||
|
(gdb) target remote localhost:2345
|
||
|
|
||
|
Connecting from r2
|
||
|
------------------
|
||
|
$Write failed: Host is down5
|