rizin/test/db/formats/pe/debug
Aswin C e5e75a4b12 Rename asm.filter to asm.sub.names ##cons (#17737)
* Rename `asm.filter` to `asm.sub.names`
* Rename tests for `asm.filter`
2020-10-03 11:08:27 +08:00

25 lines
315 B
Text

NAME=PE: corkami debug.exe - open
FILE=bins/pe/debug.exe
CMDS=q!
EXPECT=<<EOF
EOF
RUN
NAME=PE: corkami debug.exe - entrypoint
FILE=bins/pe/debug.exe
CMDS=s
EXPECT=<<EOF
0x401000
EOF
RUN
NAME=PE: corkami debug.exe - pi 1
FILE=bins/pe/debug.exe
CMDS=<<EOF
e asm.sub.names=false
pi 1
EOF
EXPECT=<<EOF
push 0
EOF
RUN