mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
20 lines
154 B
Plaintext
20 lines
154 B
Plaintext
NAME=list syscalls
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
-a arm
|
|
-b 32
|
|
-e asm.os=linux
|
|
asl~?
|
|
-e asm.os=android
|
|
asl~?
|
|
-b 16
|
|
asl~?
|
|
EOF
|
|
EXPECT=<<EOF
|
|
44
|
|
44
|
|
44
|
|
EOF
|
|
EXPECT_ERR=
|
|
RUN
|