rizin/test/db/formats/pe/apphdrW7
Giovanni f87025d1e8
Remove cb_printf() from RzBin (#2446)
* Remove `cb_printf()` from RzBin
* Removed `bin.rawstr` from `rz-bin`
* Dropping `izzz` since does the same as `izz`
* Fix PE one section executables
* Fix behaviour of BFLT, LE, and SMD bin plugins
2022-03-26 20:30:55 +08:00

23 lines
343 B
Text

NAME=PE: corkami apphdrW7.exe - open
FILE=bins/pe/apphdrW7.exe
ARGS=-A
CMDS=q!
EXPECT=<<EOF
EOF
RUN
NAME=PE: corkami apphdrW7.exe - entrypoint
FILE=bins/pe/apphdrW7.exe
CMDS=s
EXPECT=<<EOF
0x401000
EOF
RUN
NAME=PE: corkami apphdrW7.exe - pi 1
FILE=bins/pe/apphdrW7.exe
CMDS=pi 1
EXPECT=<<EOF
push str.NT_headers_in_appended_data__W7
EOF
RUN