mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
NAME=t/va
|
|
FILE=bins/elf/analysis/x86-simple
|
|
CMDS=<<EOF
|
|
e search.in=io.section
|
|
/x 5b
|
|
pi 1 @ hit0_0
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x08048065 hit0_0 5b
|
|
pop ebx
|
|
EOF
|
|
RUN
|