42 lines
733 B
Text
42 lines
733 B
Text
NAME=PE: corkami normal64.exe - open
|
|
FILE=bins/pe/normal64.exe
|
|
CMDS=q!
|
|
EXPECT=<<EOF
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami normal64.exe - bits 64
|
|
FILE=bins/pe/normal64.exe
|
|
ARGS=-n
|
|
CMDS=!rz-bin -I bins/pe/normal64.exe | grep bits
|
|
EXPECT=<<EOF
|
|
bits 64
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami normal64.exe - machine AMD 64
|
|
FILE=bins/pe/normal64.exe
|
|
ARGS=-n
|
|
CMDS=!rz-bin -I bins/pe/normal64.exe | grep "machine AMD 64"
|
|
EXPECT=<<EOF
|
|
machine AMD 64
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami normal64.exe - class PE32+
|
|
FILE=bins/pe/normal64.exe
|
|
ARGS=-n
|
|
CMDS=!rz-bin -I bins/pe/normal64.exe | grep "class PE32+"
|
|
EXPECT=<<EOF
|
|
class PE32+
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami imports
|
|
FILE=bins/pe/normal64.exe
|
|
CMDS=iiq
|
|
EXPECT=<<EOF
|
|
kernel32.dll ExitProcess
|
|
msvcrt.dll printf
|
|
EOF
|
|
RUN
|