Skip to content

ksyscalls ¤

Displays the syscall table for kernel debugging.

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Displays Linux syscall table, including names and addresses of syscalls."
)

ksyscalls ¤

ksyscalls(syscall_name=None) -> None