rizin/test/db/formats/pe/normal
2020-10-01 16:13:03 +02:00

33 lines
578 B
Text

NAME=PE: corkami normal.exe - open
FILE=bins/pe/normal.exe
CMDS=q!
EXPECT=<<EOF
EOF
RUN
NAME=PE: corkami normal.exe - bits 32
FILE=bins/pe/normal.exe
ARGS=-n
CMDS=!rz-bin -I bins/pe/normal.exe | grep bits
EXPECT=<<EOF
bits 32
EOF
RUN
NAME=PE: corkami normal.exe - machine i386
FILE=bins/pe/normal.exe
ARGS=-n
CMDS=!rz-bin -I bins/pe/normal.exe | grep "machine i386"
EXPECT=<<EOF
machine i386
EOF
RUN
NAME=PE: corkami normal.exe - class PE32
FILE=bins/pe/normal.exe
ARGS=-n
CMDS=!rz-bin -I bins/pe/normal.exe | grep "class PE32"
EXPECT=<<EOF
class PE32
EOF
RUN