25 lines
342 B
Text
25 lines
342 B
Text
NAME=PE: corkami compiled.exe - open
|
|
FILE=bins/pe/compiled.exe
|
|
CMDS=q!
|
|
EXPECT=<<EOF
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami compiled.exe - entrypoint
|
|
FILE=bins/pe/compiled.exe
|
|
CMDS=s
|
|
EXPECT=<<EOF
|
|
0x4001000
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami compiled.exe - pi 1
|
|
FILE=bins/pe/compiled.exe
|
|
CMDS=<<EOF
|
|
e asm.sub.names=false
|
|
pi 1
|
|
EOF
|
|
EXPECT=<<EOF
|
|
push 0x4003000
|
|
EOF
|
|
RUN
|