17 lines
363 B
Markdown
17 lines
363 B
Markdown
|
|
# ausyscall
|
||
|
|
|
||
|
|
> Map syscall names and numbers.
|
||
|
|
> More information: <https://manned.org/ausyscall>.
|
||
|
|
|
||
|
|
- 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`
|