mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
NAME=pD@x:90~str~?
|
|
FILE=../bins/mach0/bin_longstring
|
|
BROKEN=1
|
|
EXPECT=<<EOF
|
|
4
|
|
EOF
|
|
ARGS=-e asm.cmt.right=true
|
|
CMDS=s 0x10000088a; pd 3~string~?
|
|
RUN
|
|
|
|
NAME=pD@x:90
|
|
FILE=../bins/mach0/bin_longstring
|
|
EXPECT=<<EOF
|
|
3
|
|
EOF
|
|
ARGS=-e asm.cmt.right=false
|
|
CMDS=s 0x10000088a; pd 3~?string
|
|
RUN
|