radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

multiple commands via tcp/http-server

Open s0i37 opened this issue 7 months ago • 0 comments

Environment

# copypaste this script into your shell and replace it with the output
Ср 05 мар 2025 00:43:36 +05
radare2 5.9.9 33317 @ linux-x86-32
birth: git.5.9.8-337-g651f584da5 2025-02-11__00:40:58
commit: 651f584da5c1e7556b626f75e8fa4fb381093ce1
options: gpl -O? cs:5 cl:2 make
Linux x86_64

Description

It doesnt possible to execute mulitple commands or macro via tcp or http server in interactive mode. All comands after first will be shown in server-side.

Test

server:

r2 -
=t9999
or
=ll

client:

r2 --
=+tcp://localhost:9999/
==0
px;px
or
(;px;px)()

s0i37 avatar Mar 04 '25 19:03 s0i37