LinuxCommandLibrary

ausyscall

Program that allows mapping syscall names and numbers.

TLDR

Display syscall number of a specific system call

$ ausyscall [search_pattern]
copy


Display name of a specific system call number
$ ausyscall [system_call_number]
copy


Display all system calls for a specific architecture
$ ausyscall [architecture] --dump
copy

Copied to clipboard