mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 07:30:33 +00:00
12 lines
176 B
Plaintext
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 |