diff --git a/pages/linux/ausyscall.md b/pages/linux/ausyscall.md new file mode 100644 index 000000000..6f7889eb3 --- /dev/null +++ b/pages/linux/ausyscall.md @@ -0,0 +1,16 @@ +# ausyscall + +> Program that allows mapping syscall names and numbers. +> More information: . + +- Display syscall number of a specific system call: + +`ausyscall {{search_pattern}}` + +- Display name of a specific system call number: + +`ausyscall {{system_call_number}}` + +- Display all system calls for a specific architecture: + +`ausyscall {{architecture}} --dump`