Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system-calls

execve() argv in GAS AT&T assembler

Why is there "syscall" instruction in the x86-64 ISA, if syscalls are OS related?

how to perform direct syscall under Windows 7 X64 SP1 (x64 mode)?

AOSP non-obvious syscall() implementation

How to use lseek to read the last character of a file

c++ unix system-calls

why we can mmap to a file but exceed the file size?

c++ linux system-calls mmap

Trouble with getting syscalls with own python debugger

How to include syscalls.c from a separate library file?

c gcc linker arm system-calls

reading a file that doesn't exist

c unix system-calls

Any robust method to sort file columns?

perl sorting system-calls csv

Why does ptrace show a 32-bit execve system call having EAX = 59, the 64-bit call number? How do 32-bit system calls work on x86-64?

What exactly is a trap handler?

Select return 0 but data can be read

c linux sockets system-calls

System call : maximum arguments in

c linux arguments system-calls

system call "open" cannot create file with O_CREAT flag

c linux system-calls

Find syscalls whitelisted by seccomp

c system-calls seccomp