Rizin
unix-like reverse engineering framework and cli tools
rz_debug_desc_plugin_t Struct Reference

#include <rz_debug.h>

Public Attributes

int(* open )(const char *path)
 
int(* close )(int fd)
 
int(* read )(int fd, ut64 addr, int len)
 
int(* write )(int fd, ut64 addr, int len)
 
int(* seek )(int fd, ut64 addr)
 
int(* dup )(int fd, int newfd)
 
RzList *(* list )(int pid)
 

Detailed Description

Definition at line 326 of file rz_debug.h.

Member Data Documentation

◆ close

int(* rz_debug_desc_plugin_t::close) (int fd)

Definition at line 328 of file rz_debug.h.

Referenced by rz_debug_desc_close().

◆ dup

int(* rz_debug_desc_plugin_t::dup) (int fd, int newfd)

Definition at line 332 of file rz_debug.h.

Referenced by rz_debug_desc_dup().

◆ list

RzList*(* rz_debug_desc_plugin_t::list) (int pid)

Definition at line 333 of file rz_debug.h.

Referenced by rz_debug_desc_list().

◆ open

int(* rz_debug_desc_plugin_t::open) (const char *path)

Definition at line 327 of file rz_debug.h.

Referenced by rz_debug_desc_open().

◆ read

int(* rz_debug_desc_plugin_t::read) (int fd, ut64 addr, int len)

Definition at line 329 of file rz_debug.h.

Referenced by rz_debug_desc_read().

◆ seek

int(* rz_debug_desc_plugin_t::seek) (int fd, ut64 addr)

Definition at line 331 of file rz_debug.h.

Referenced by rz_debug_desc_seek().

◆ write

int(* rz_debug_desc_plugin_t::write) (int fd, ut64 addr, int len)

Definition at line 330 of file rz_debug.h.

Referenced by rz_debug_desc_write().


The documentation for this struct was generated from the following file: