radare2
radare2 copied to clipboard
tcp-server in background mode
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?