Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ptrace

Read/write /proc/<pid>/mem from java code on Android platform

java android c bytebuffer ptrace

Getting IP address, port and connection type from a socket fd

Why do these instruction counts of ls differ so much? (ptrace vs perf vs qemu)

c linux qemu perf ptrace

Address of instruction causing SIGSEGV in external program

ptrace - Input/Output Error (errno 5) on 32 bits only

Trouble with getting syscalls with own python debugger

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?

Stack Walk on linux using ptrace

c linux ptrace

Looking for a way to trap CPUID instructions

Why does ptrace not recognize the function?

c ptrace

Injected mprotect system call into traced process fails with EFAULT

c linux ptrace mprotect

Reading ELF String Table on Linux from C

elf ptrace

Adding a watchpoint in the current process (not in gdb, not for debugging)

How to use ptrace(2) to change behaviour of syscalls?