Rizin
unix-like reverse engineering framework and cli tools
linux_ptrace.h File Reference

Go to the source code of this file.

Functions

long rz_debug_ptrace_get_x86_xstate (RzDebug *dbg, pid_t pid, struct iovec *iov)
 

Function Documentation

◆ rz_debug_ptrace_get_x86_xstate()

long rz_debug_ptrace_get_x86_xstate ( RzDebug dbg,
pid_t  pid,
struct iovec iov 
)

Definition at line 50 of file linux_debug.c.

50  {
51  return -1;
52 }

Referenced by linux_reg_read().