What is the difference between struct reg and struct user_regs_struc on Linux 64 bit machine?
相关问题
- calling ptrace inside a ptraced Linux process
- Extracting system call name and arguments using pt
- Reading ELF String Table on Linux from C
- Parsing Call and Ret with ptrace.
- Can ptrace tell if an x86 system call used the 64-
相关文章
- Reading ELF String Table on Linux from C
- Parsing Call and Ret with ptrace.
- Can ptrace tell if an x86 system call used the 64-
- Is there something like the Linux ptrace syscall i
- 从C对Linux的阅读ELF字符串表(Reading ELF String Table on Lin
- ptrace的PTRACE_ATTACH故障 - 用户拥有的进程Linux权限(ptrace PTR
- Memory debugger with ptrace
- How to trace a program execution with ptrace?
This struct can be found in /usr/include/x86_64-linux-gnu/sys
According to this link struct reg is
in freeBsd file: sys/powerpc/include/reg.h
And yes I did not found this struct in my debian 64bit system.