ausyscall

Program that allows mapping syscall names and numbers. More information: <https://manned.org/ausyscall>.

Install

All systems
curl cmd.cat/ausyscall.sh
Debian Debian
apt-get install auditd
Ubuntu
apt-get install auditd
Alpine
apk add audit
Arch Arch Linux
pacman -S audit
image/svg+xml Kali Linux
apt-get install auditd
CentOS
yum install audit
Fedora
dnf install audit
Windows (WSL2)
sudo apt-get update sudo apt-get install auditd
Raspbian
apt-get install auditd
Docker
docker run cmd.cat/ausyscall ausyscall powered 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