rizin/test/db/formats/bf
2022-08-26 07:53:43 +08:00

28 lines
364 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NAME=bf with comments
FILE=bins/bf/2+5.bf
CMDS=i~^format
EXPECT=<<EOF
format bf
EOF
RUN
NAME=25.BF
FILE=bins/bf/25.BF
CMDS=<<EOF
(i key; i~^${key})
..(i file format size)
EOF
EXPECT=<<EOF
file bins/bf/25.BF
format bf
size 0x2af
EOF
RUN
NAME=30,000 nulls
FILE=bins/bf/2+5.bf
CMDS=ol~null
EXPECT=<<EOF
4 - rw- 0x00007530 null://30000
EOF
RUN