NAME=PE: strip check
FILE=bins/pe/hello_world_stripped.exe
CMDS=i~^strip
EXPECT=<<EOF
stripped true
EOF
RUN

NAME=PE: non strip check
FILE=bins/pe/hello_world_not_stripped.exe
CMDS=i~^strip
EXPECT=<<EOF
stripped false
EOF
RUN
