rizin/test/db/formats/pe/appendeddata
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
349 B
Text

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