radare2/test/new/db/cmd/singleline
2020-01-17 17:47:00 +01:00

12 lines
176 B
Plaintext

NAME=labels replacements (single line)
FILE=malloc://1024
CMDS=<<EOF
e asm.arch=x86
e asm.bits=32
"wa nop;nop;label:;call label;"
p8 7@0
EOF
EXPECT=<<EOF
9090e8fbffffff
EOF
RUN