Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 23, 2024
1 parent 5de4a42 commit a455e6b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/db/cmd/cmd_io
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,25 @@ nth vaddr bind type lib name
6 ---------- WEAK FUNC __cxa_finalize
EOF
RUN

NAME=opseeks
FILE=bins/mach0/ls-m1
CMDS=<<EOF
o
e io.va=0
s 0
op 3
s
op 4
s
op 3
s
EOF
EXPECT=<<EOF
3 * r-x 0x0002daa0 bins/mach0/ls-m1
4 - r-- 0x00002560 null://9568
0x0
0x0
0x0
EOF
RUN

0 comments on commit a455e6b

Please sign in to comment.