Rizin
unix-like reverse engineering framework and cli tools
io_debug.c File Reference
#include <errno.h>
#include <rz_io.h>
#include <rz_lib.h>
#include <rz_util.h>
#include <rz_cons.h>
#include <rz_core.h>
#include <rz_socket.h>
#include <rz_debug.h>
#include <string.h>

Go to the source code of this file.

Macros

#define USE_RARUN   0
 
#define DEBUGGER_SUPPORTED   0
 

Variables

RzIOPlugin rz_io_plugin_debug
 
RZ_API RzLibStruct rizin_plugin
 

Macro Definition Documentation

◆ DEBUGGER_SUPPORTED

#define DEBUGGER_SUPPORTED   0

Definition at line 19 of file io_debug.c.

◆ USE_RARUN

#define USE_RARUN   0

Definition at line 14 of file io_debug.c.

Variable Documentation

◆ rizin_plugin

RZ_API RzLibStruct rizin_plugin
Initial value:
= {
.type = RZ_LIB_TYPE_IO,
}
RzIOPlugin rz_io_plugin_debug
Definition: io_debug.c:571
@ RZ_LIB_TYPE_IO
Definition: rz_lib.h:69
#define RZ_VERSION
Definition: rz_version.h:8
const char * version
Definition: rz_io.h:117

Definition at line 578 of file io_debug.c.

◆ rz_io_plugin_debug

RzIOPlugin rz_io_plugin_debug
Initial value:
= {
.name = "debug",
.desc = "Debug a program or pid. (NOT SUPPORTED FOR THIS PLATFORM)",
}

Definition at line 571 of file io_debug.c.