rizin/test/db/formats/psx
Florian Märkl bedcf6f354
Add indicator to oml for which map is visible at seek (#2409)
There may be multiple maps containing the current seek. This indicates
only the highest-priority one, which is also the one whose data is
visible at the seek address.
2022-03-14 08:59:40 +01:00

25 lines
503 B
Text

NAME=psx: sqrxz4 - iI
FILE=bins/psx/HITPSX.EXE
CMDS=iI~?psx
EXPECT=<<EOF
1
EOF
RUN
NAME=psx: sqrxz4 - sections
FILE=bins/psx/HITPSX.EXE
CMDS=iS
EXPECT=<<EOF
paddr size vaddr vsize align perm name type flags
-------------------------------------------------------------------
0x00000800 0x180000 0x80010000 0x180000 0x0 -r-x TEXT
EOF
RUN
NAME=psx: sqrxz4 - maps
FILE=bins/psx/HITPSX.EXE
CMDS=oml
EXPECT=<<EOF
1 fd: 3 +0x00000800 0x80010000 * 0x8018ffff r-x fmap.TEXT
EOF
RUN