rizin/test/db/cmd/utf32
Riccardo Schirone c8c98ecce3
Full table header line (#1239)
* Fully print last column header separator
* Fix table unit tests
* Fix tests
2021-06-28 17:25:25 +08:00

13 lines
464 B
Text

NAME=t/utf32
FILE=bins/elf/crackme0x00b
CMDS=iz
EXPECT=<<EOF
[Strings]
nth paddr vaddr len size section type string
--------------------------------------------------------------------
0 0x000005d0 0x080485d0 16 17 .rodata ascii Enter password:
1 0x000005e5 0x080485e5 9 10 .rodata ascii Congrats!
2 0x000005ef 0x080485ef 6 7 .rodata ascii Wrong!
0 0x00001040 0x0804a040 8 36 .data utf32le w0wgreat
EOF
RUN