Search code examples
NtAllocatevirtualMemory results in 0xc0000005...


cwinapinasmsystem-callsntdll

Read More
Finding total RAM consumption of process, including swap...


linuxmemory-managementcommand-linesystem-calls

Read More
What is the best QNX alternatve to Linux strace...


kernelsystem-callsqnx

Read More
Intercept open syscall in C, when called via fopen...


clinuxsystem-callsfopenlibc

Read More
Open Syscall 56 ARMv8 fails...


linuxassemblysystem-callsarm64armv8

Read More
error: FALLOC_FL_KEEP_SIZE undeclared (first use in this function)...


clinuxsystem-callsglibcfallocate

Read More
For wrappers around syscalls that retry on EINTR, how many times does retrying make sense?...


cunixposixsystem-callserrno

Read More
Magic numbers of the Linux reboot() system call...


linuxlinux-kernelsystem-calls

Read More
Using epoll on a sampling perf_event_open file descriptor returns EPOLLHUP...


c++linuxlinux-kernelsystem-callsperf

Read More
How to monitor number of syscalls executed by kernel?...


linuxstatisticskernelmonitoringsystem-calls

Read More
Reading from an eBPF map without paying for kernel-call...


system-callsmmapebpfbcc-bpflibbpf

Read More
Can't exec No such file or directory...


perlsystem-calls

Read More
Using Linux C select system call to monitor files...


clinuxfilesystem-calls

Read More
Storing ASCII code point value in a float prevents its interpretation as a character (in C)...


cfloating-pointcharacterprecisionsystem-calls

Read More
where did the _syscallN macros go in <linux/unistd.h>?...


clinuxkernelinline-assemblysystem-calls

Read More
Why can't I create read-only, shared mappings after setting F_SEAL_WRITE?...


clinuxsystem-callsmmapfcntl

Read More
Get screen resolution with system calls in macOS M1 Arm64...


macosassemblysystem-callsapple-m1apple-silicon

Read More
select()-able timers...


clinuxsystem-callsposix-select

Read More
Directory entries not being sorted in custom ls implementation...


cfilesystemssystem-calls

Read More
Wake up all threads sleeping on futex...


clinuxsynchronizationsystem-callsfutex

Read More
Why is the write system call printing an incorrect number of characters?...


csystem-calls

Read More
Why is fork() accepted in strace if the actual syscall is clone()?...


cforksystem-callsglibcstrace

Read More
How to know if a syscall returned an error?...


csystem-callsstraceptrace

Read More
undefined reference to `sys_getprocs' when getting number of processes in Xv6...


operating-systemsystem-callsxv6

Read More
C semaphore and shared memory...


csystem-callssemaphoreshared-memory

Read More
What is the difference between system call and library call?...


linuxoperating-systemsystem-callslibrariesterminology

Read More
How applications remain in execution?...


operating-systemsystem-callsexecution

Read More
Cat Execve NASM...


assemblyx86-64nasmsystem-callsexecve

Read More
Difference between write() and printf()...


unixiooperating-systemsystem-calls

Read More
mlock a variable in python...


pythonswapsystem-calls

Read More
BackNext