rizin/test/db/cmd/cmd_dh
seanachao a2f8631b6c
Change -, --, = argument and = command meaning (#930)
* Swap = & - R (#615)&(#616)
* Fix R replace =
2021-04-21 16:20:24 +08:00

20 lines
No EOL
184 B
Text

NAME=dh esil
FILE==
ARGS=-a x86 -b 32
CMDS=<<EOF
aei
aeim
aeip
dr esp=0x00108000
.dr*
"wa mov eax, 0x1234;push eax"
ds 2
.dr*
dr?esp
?v [esp]
EOF
EXPECT=<<EOF
0x00107ffc
0x1234
EOF
RUN