radare2/test/new/db/cmd/simple-elf
Khairul Azhar Kasmiran 781fcccf55
Move CMDS= before EXPECT= in tests (#16417)
* Move CMDS= before EXPECT= in tests

* Revert "Move CMDS= before EXPECT= in tests"

This reverts commit 13a9085a36939ca5aab8515a1dce48f7862cbe05.

* Move CMDS= before EXPECT= in tests, take 2

* Revert "Move CMDS= before EXPECT= in tests, take 2"

This reverts commit 7c0bf6d8e3e3eae88e31c6dd41415743b348de29.

* Move CMDS= before EXPECT= in tests, take 3

Co-authored-by: pancake <pancake@nopcode.org>
2020-04-05 20:56:06 +08:00

16 lines
289 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