mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
26 lines
282 B
Plaintext
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
|