25 lines
315 B
Text
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
|