NAME=PE: corkami normal64.exe - open
FILE=../bins/pe/normal64.exe
EXPECT=<<EOF
EOF
CMDS=<<EOF
q!
EOF
RUN

NAME=PE: corkami normal64.exe - bits 64
FILE=../bins/pe/normal64.exe
ARGS=-n
EXPECT=<<EOF
bits     64
EOF
CMDS=<<EOF
!rabin2 -I ../bins/pe/normal64.exe | grep bits
EOF
RUN

NAME=PE: corkami normal64.exe - machine AMD 64
FILE=../bins/pe/normal64.exe
ARGS=-n
EXPECT=<<EOF
machine  AMD 64
EOF
CMDS=<<EOF
!rabin2 -I ../bins/pe/normal64.exe | grep "machine  AMD 64" 
EOF
RUN

NAME=PE: corkami normal64.exe - class PE32+
FILE=../bins/pe/normal64.exe
ARGS=-n
EXPECT=<<EOF
class    PE32+
EOF
CMDS=<<EOF
!rabin2 -I ../bins/pe/normal64.exe | grep "class    PE32+" 
EOF
RUN

NAME=PE: corkami imports
FILE=../bins/pe/normal64.exe
EXPECT=<<EOF
kernel32.dll ExitProcess
msvcrt.dll printf
EOF
CMDS=<<EOF
iiq
EOF
RUN
