rizin/test/db/formats/elf/helloworld-phdr-elf
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

8 lines
220 B
Text

NAME=./helloworld-phdr-elf
FILE=bins/elf/analysis/x86-helloworld-phdr
CMDS=oml
EXPECT=<<EOF
1 fd: 3 +0x00000000 0x08048000 * 0x080480ff r-x fmap.LOAD0
2 fd: 3 +0x00000130 0x08049130 - 0x0804922f r-x fmap.LOAD1
EOF
RUN