mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 07:30:33 +00:00
14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
NAME=?e pi backquote color on
|
|
FILE=malloc://1024
|
|
CMDS=<<EOF
|
|
e asm.arch=x86
|
|
e asm.bits=64
|
|
wx 90
|
|
e scr.color=true
|
|
?e `pi 1`
|
|
EOF
|
|
EXPECT=<<EOF
|
|
nop
|
|
EOF
|
|
RUN
|