Search code examples
How to know if a syscall returned an error?...

csystem-callsstraceptrace

Read More
Problems with finding out file path via descriptor...

clinuxpathptracereadlink

Read More
Does tgkill interrupt tasks currently executing a system call, effectively aborting it like ptrace d...

linuxdebuggingptrace

Read More
How do I test that a given shell has been executed in Python?...

pythonlinuxpytestptrace

Read More
ptrace not recording forked process despite setting PTRACE_SETOPTIONS to PTRACE_O_TRACEFORK...

cforkptrace

Read More
Is there a way to be able to quickly differentiate between a SIGTRAP caused by a breakpoint or a sig...

c++clinuxptrace

Read More
Linux Process GUI freezes when attached...

c++linuxwxwidgetschild-processptrace

Read More
Transparently replace file mapping with anonymous...

pthreadsmmapptracecheckpointingcriu

Read More
How can I find CALL and RET number using ptrace?...

cassemblyx86-64elfptrace

Read More
How to use ptrace in 64 bit process to modify registers in a 32-bit process and make it do a system-...

linuxx86x86-64system-callsptrace

Read More
Disabling vsyscalls in Linux...

linuxsystem-callsptrace

Read More
gdb cannot attach to process...

linuxdockergdbptrace

Read More
debugging with ptrace not always find the process successfully...

clinuxx86system-callsptrace

Read More
Getting/setting registers for arm32 executable on aarch64...

carmcpu-registersarm64ptrace

Read More
How is PTRACE_SINGLESTEP implemented?...

linuxassemblyx86x86-64ptrace

Read More
Why lldb doesn't use ptrace on linux?...

linuxdebugginggdblldbptrace

Read More
wait() hangs when CLONE_THREAD...

c++clinuxptraceseccomp

Read More
Stack smashing detected while applying stack & register on the remote identical process...

linuxmemorymemory-managementstack-overflowptrace

Read More
Getting registers using ptrace in aarch64...

carm64ptrace

Read More
How can I wait for both a file-descriptor and child state change simultanously?...

linuxepollptracewaitpid

Read More
Ptrace options not working in parent process...

cmultiprocessingforkptrace

Read More
PTRACE_GET_SYSCALL_INFO always returns info.op as "PTRACE_SYSCALL_INFO_NONE"...

clinuxunixptrace

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

clinuxqemuperfptrace

Read More
How is `gdb` attaching to running processes?...

cgdbptrace

Read More
Intercept only syscall with PTRACE_SINGLESTEP...

cptrace

Read More
Is there a way to make gdb share ptrace with another process?...

gdbptrace

Read More
How to fix error "cannot run C compiled programs" when using ASAN...

linuxconfigureptraceaddress-sanitizer

Read More
Python3 Ptrace duplicate syscalls...

pythonsystem-callsstraceptrace

Read More
understanding overlaying process image and execl call...

cdebuggingptrace

Read More
Why does ptrace show a 32-bit execve system call having EAX = 59, the 64-bit call number? How do 32-...

linuxx86-64system-calls32bit-64bitptrace

Read More
BackNext