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

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

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

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