Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

return value in vfork() system call

Minimal overhead way of intercepting system calls without modifying the kernel

c linux gcc x86-64 system-calls

Socket reading and timestamps

sendfile doesn't copy file contents

How do I make syscalls from my C program

c linux-kernel system-calls

RISC-V ecall syscall calling convention on pk/Linux

How to determine values saved on the stack?

In Linux, on entry of a sys call, what is the value in %eax? (not orig_eax)

linux x86 system-calls

Passing parameters to system calls

How to interrupt a thread performing a blocking socket connect?

strace: Any sense in `dup2(A, B); close(B)`?

In Linux x86_64 are syscalls and int 0x80 related?

linux system-calls

Linux System Calls & Kernel Mode

security system-calls

How to wrap ioctl(int d, unsigned long request, ...) using LD_PRELOAD?

Strace daemon process started using service

system-calls systemd strace

Linux x64: why does r10 come before r8 and r9 in syscalls?

How are system calls stored in pt_regs?

c linux system-calls

Overloading fork( )

c linux fork system-calls

Linux-kernel: printk from "open" syscall don't work

Understanding output of dtruss