Search code examples
The `write` syscall in C writes to an unexpected position...


csystem-calls

Read More
Can I dup and change the buffer behaviour of the new fd without changing the old one?...


cstdoutsystem-calls

Read More
gcc arm optimizes away parameters before System Call...


cassemblyarmsystem-callsinline-assembly

Read More
ARM inline asm: exit system call with value read from memory...


linuxassemblyarmsystem-callsinline-assembly

Read More
Cannot make sys_call_table read-write in Oracle 8 ARM64...


clinux-kernelhooksystem-callsrootkit

Read More
What does "int 21h" mean in Assembly?...


assemblysystem-callsinterruptdosx86-16

Read More
Programmatically check whether a linux kernel module exists or not at runtime...


ckernel-modulesystem-calls

Read More
BPF program attached to `getname` won't get called when calling the `renameat2` syscall...


linuxlinux-kernelsystem-callsebpfbpf

Read More
difference between POLLIN and POLLPRI in poll() syscall...


linuxpollingsystem-calls

Read More
What exactly is a trap handler?...


operating-systemsystem-calls

Read More
How do I get a thread ID from an arbitrary pthread_t?...


clinuxunixpthreadssystem-calls

Read More
Creating a new thread with clone3 causes segfault...


clinuxmultithreadingsystem-calls

Read More
Purpose of saving an incoming pthread address on the stack before syscall in MUSL's x86_64 __sys...


assemblypthreadsx86-64system-callsmusl

Read More
What is the interface for ARM system calls and where is it defined in the Linux kernel?...


linuxlinux-kernelarmsystem-calls

Read More
Given a PID FD (as acquired from `pidfd_open`), how does one get the underlying PID for it?...


linuxprocesssystem-callsfile-descriptor

Read More
How to force gcc use int for system calls, not sysenter?...


cgccsystem-calls

Read More
Modifying (stealing) Linux syscalls using kprobe...


clinuxlinux-kernelsystem-calls

Read More
Golang catch signals...


gosignalssystem-calls

Read More
What is a "slow" device in the context of I/O call?...


clinuxlinux-kernelsystem-calls

Read More
Why does dup2(2) function has no effect here?...


reverse-engineeringsystem-calls

Read More
gdb break when program opens specific file...


linuxgdbsystem-callsstrace

Read More
Usage of getc with a file...


clinuxperformancesystem-calls

Read More
Assembly Syscalls in 64-bit Windows...


windowsassemblyx86-64system-callsinterrupt

Read More
Order of execution of system call in xv6...


unixoperating-systemsystem-callsxv6

Read More
How can I override a system call table entry with my own function?...


csecuritylinux-kernelx86system-calls

Read More
Deadlocks in Linux system calls with multithreaded forking...


clinuxmultithreadingsystem-callsdeadlock

Read More
Why do we need to call poll_wait in poll?...


clinux-kernellinux-device-driversystem-callsepoll

Read More
efficiency of fwrite for massive numbers of small writes...


c++unixfwritesystem-calls

Read More
Macro to call either raw syscall or libc wrapper...


cmacrossystem-calls

Read More
NtAllocatevirtualMemory results in 0xc0000005...


cwinapinasmsystem-callsntdll

Read More
BackNext