mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
781fcccf55
* Move CMDS= before EXPECT= in tests * Revert "Move CMDS= before EXPECT= in tests" This reverts commit13a9085a36
. * Move CMDS= before EXPECT= in tests, take 2 * Revert "Move CMDS= before EXPECT= in tests, take 2" This reverts commit7c0bf6d8e3
. * Move CMDS= before EXPECT= in tests, take 3 Co-authored-by: pancake <pancake@nopcode.org>
25 lines
383 B
Plaintext
25 lines
383 B
Plaintext
NAME=av list virtual table
|
|
FILE=../bins/elf/analysis/elf-virtualtable
|
|
CMDS=<<EOF
|
|
aaa
|
|
av
|
|
EOF
|
|
EXPECT=<<EOF
|
|
|
|
Vtable Found at 0x00400ce8
|
|
0x00400ce8 : method.A.greet
|
|
0x00400cf0 : method.C.printValue
|
|
|
|
|
|
Vtable Found at 0x00400d08
|
|
0x00400d08 : method.A.greet
|
|
0x00400d10 : method.B.printValue
|
|
|
|
|
|
Vtable Found at 0x00400d28
|
|
0x00400d28 : method.A.greet
|
|
0x00400d30 : method.A.printValue
|
|
|
|
EOF
|
|
RUN
|