|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_userconf.h>#include <rz_debug.h>#include <rz_drx.h>#include <rz_core.h>#include <rz_reg.h>#include <rz_lib.h>#include <rz_analysis.h>#include <signal.h>#include <sys/types.h>#include "native/drx.c"#include "rz_cons.h"#include "native/bt.c"Go to the source code of this file.
Macros | |
| #define | DEBUGGER 0 |
| #define | WAITPID_FLAGS 0 |
Functions | |
| static int | rz_debug_native_continue (RzDebug *dbg, int pid, int tid, int sig) |
| static int | rz_debug_native_reg_read (RzDebug *dbg, int type, ut8 *buf, int size) |
| static int | rz_debug_native_reg_write (RzDebug *dbg, int type, const ut8 *buf, int size) |
Variables | |
| RzDebugPlugin | rz_debug_plugin_native |
| #define DEBUGGER 0 |
Definition at line 77 of file debug_native.c.
| #define WAITPID_FLAGS 0 |
Definition at line 83 of file debug_native.c.
| RzDebugPlugin rz_debug_plugin_native |
Definition at line 1688 of file debug_native.c.