* 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
23 lines
357 B
Text
23 lines
357 B
Text
NAME=PE: corkami appendedhdr.exe - open
|
|
FILE=bins/pe/appendedhdr.exe
|
|
ARGS=-A
|
|
CMDS=q!
|
|
EXPECT=<<EOF
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami appendedhdr.exe - entrypoint
|
|
FILE=bins/pe/appendedhdr.exe
|
|
CMDS=s
|
|
EXPECT=<<EOF
|
|
0x401000
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami appendedhdr.exe - pi 1
|
|
FILE=bins/pe/appendedhdr.exe
|
|
CMDS=pi 1
|
|
EXPECT=<<EOF
|
|
push str.NT_headers_in_appended_data
|
|
EOF
|
|
RUN
|