Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

Why do certain Linux x86_64 system calls require a stub?

Linux syscall, libc, VDSO and implementation dissection

c linux system-calls libc vdso

How to collect system calls from a binary with static analysis?

why did wait4() get replaced by waitpid()

How to use copy_to_user

linux-kernel system-calls

mmap Mac: Segmentation fault

c++ c system-calls

Dtruss not showing mmap/sbrk calls?

Can ptrace tell if an x86 system call used the 64-bit or 32-bit ABI?

Golang retrieve application uptime

Assembly Syscalls in 64-bit Windows

FreeBSD syscall clobbering more registers than Linux? Inline asm different behaviour between optimization levels

Why Would WIFEXITED Return True on Running Process?

c system-calls

How to get information of /proc/[pid]/status

linux system-calls

What does maximum resident set size mean?

linux system-calls

When does Linux x86-64 syscall clobber %r8, %r9 and %r10?

what is S_IFMT in UNIX system programming?

Get Sleep/Hibernate and Resume/Wakeup events in Visual Basic.NET

vb.net winapi system-calls

how does the processor know an instruction is making a system call

Is it possible implementing a C program which does not perform any system calls?

c unix system-calls

How does GetWindowText get the name of a window owned by another process without a syscall to read that process's memory?

windows winapi system-calls