rizin/test/db/formats/pe/bigalign
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

18 lines
258 B
Text

NAME=PE: corkami bigalign.exe - open
FILE=bins/pe/bigalign.exe
CMDS=q!
EXPECT=<<EOF
EOF
RUN
NAME=PE: corkami bigalign.exe - entrypoint
FILE=bins/pe/bigalign.exe
CMDS=<<EOF
s
pi 1
EOF
EXPECT=<<EOF
0x20010000
push str.big_alignments__10000h_20000000h
EOF
RUN