mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
NAME=t/mm_search_issue
|
|
FILE=bins/elf/analysis/test_hex_search_issues
|
|
CMDS=<<EOF
|
|
e search.in=bin.sections
|
|
/x 0100000000000000000000ff
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x000f862c hit0_0 0100000000000000000000ff
|
|
EOF
|
|
RUN
|