rizin/test/db/formats/pe/base_FSG
Anton Kochkov ad6a580a1c Fix tests
2021-01-05 23:33:32 -06:00

22 lines
303 B
Text

NAME=PE: FSG 2.0- open
FILE=bins/pe/base_FSG.exe
CMDS=q!
EXPECT=<<EOF
EOF
RUN
NAME=PE: FSG 2.0- pi 1
FILE=bins/pe/base_FSG.exe
CMDS=<<EOF
e asm.functions=false
e asm.comments=false
e asm.bytes=false
e asm.offset=false
e asm.calls=false
s entry0
pi 1
EOF
EXPECT=<<EOF
xchg dword [0x446494], esp
EOF
RUN