radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

tcp-server in background mode

Open s0i37 opened this issue 7 months ago • 0 comments

Description

It seems to me, that currently no way to run tcp-server in background mode All attempts to run tcp-server leads to blocking current r2 session:

r2 -
=t9999

R2 can run rap (=&:1234) or http server (=ll) in background mode. Why not for tcp-server?

s0i37 avatar Mar 04 '25 19:03 s0i37