ausyscall
Program that allows mapping syscall names and numbers. More information: <https://manned.org/ausyscall>.
Install
- All systems
-
curl cmd.cat/ausyscall.sh
- Debian
-
apt-get install auditd - Ubuntu
-
apt-get install auditd -
Alpine
-
apk add audit - Arch Linux
-
pacman -S audit - Kali Linux
-
apt-get install auditd - CentOS
-
yum install audit - Fedora
-
dnf install audit - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install auditd - Raspbian
-
apt-get install auditd - Docker
-
docker run cmd.cat/ausyscall ausyscallpowered by Commando
Program that allows mapping 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
© tl;dr; authors and contributors