Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Changing linux kernel system call number

How to hook ALL linux system calls during a binary execution

How to use an eventfd with level triggered behaviour on epoll?

c linux system-calls epoll

what happens at the lower levels after a fork system call?

fork system-calls

SystemParametersInfo parameter definitions for C#

intercepting the openat() system call for GNU tar

Syscalls for x86-64 Linux NASM(YASM) detailed description

linux x86-64 nasm system-calls

perf_event_open always returns -1

linux arm system-calls perf

Link keyrings in initramfs using syscall()

c linux security system-calls

How can I invoke system call of Linux/UNIX in golang

go system-calls

Getting 'errno 38: function not implemented' while making a system call

Seg fault...on hello world

When implementing a system call, how do you expose the system call number to userland?

How to get username from Linux kernel space

"Segmentation fault", x86_64 assembly, AT&T syntax

How to call syscall readahead in Python?

Why does a syscall clobber rcx and r11? [duplicate]

Why does fseek use read() system call?

c linux system-calls libc

Elegant system calls in haskell

Where do you check the prototypes of syscalls on x86-64 machines?