mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 08:14:35 +00:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
NAME=t/simple-elf
|
|
FILE=bins/elf/analysis/x86-simple
|
|
CMDS=p8 10 @ 0x8048065
|
|
EXPECT=<<EOF
|
|
5bb801000000bb2a0000
|
|
EOF
|
|
RUN
|
|
|
|
NAME=display mapped flag in sections list
|
|
FILE=bins/elf/analysis/x86-simple
|
|
CMDS=om
|
|
EXPECT=<<EOF
|
|
1 fd: 3 +0x00000000 0x08048000 - 0x08048071 r-x fmap.LOAD0
|
|
EOF
|
|
RUN
|