radare2/test/new/db/cmd/cmd_k
2019-12-08 15:31:14 +01:00

26 lines
282 B
Plaintext

NAME=1: k syscall/
FILE=malloc://512
EXPECT=<<EOF
stat
EOF
CMDS=<<EOF
e asm.arch=x86
e asm.bits=64
e asm.os=linux
k syscall/0x80.4
EOF
RUN
NAME=2: k syscall/
FILE=malloc://512
EXPECT=<<EOF
0x80,4,2,
EOF
CMDS=<<EOF
e asm.arch=x86
e asm.bits=64
e asm.os=linux
k syscall/stat
EOF
RUN