Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
struct | rz_bp_arch_t |
struct | rz_bp_plugin_t |
struct | rz_bp_item_t |
struct | rz_bp_context_t |
Outer context of mappings/etc. in which the RzBreakpoint instance will operate in. In practical Rizin, this is implemented by RzCore. More... | |
struct | rz_bp_t |
struct | rz_bp_trace_t |
Macros | |
#define | RZ_BP_MAXPIDS 10 |
#define | RZ_BP_CONT_NORMAL 0 |
Typedefs | |
typedef struct rz_bp_arch_t | RzBreakpointArch |
typedef struct rz_bp_plugin_t | RzBreakpointPlugin |
typedef struct rz_bp_item_t | RzBreakpointItem |
typedef int(* | RzBreakpointCallback) (struct rz_bp_t *bp, RzBreakpointItem *b, bool set) |
typedef struct rz_bp_context_t | RzBreakpointContext |
Outer context of mappings/etc. in which the RzBreakpoint instance will operate in. In practical Rizin, this is implemented by RzCore. More... | |
typedef struct rz_bp_t | RzBreakpoint |
typedef struct rz_bp_trace_t | RzBreakpointTrace |
Enumerations | |
enum | { RZ_BP_TYPE_SW , RZ_BP_TYPE_HW , RZ_BP_TYPE_COND , RZ_BP_TYPE_FAULT , RZ_BP_TYPE_DELETE } |
Functions | |
RZ_LIB_VERSION_HEADER (rz_bp) | |
typedef struct rz_bp_t RzBreakpoint |
typedef struct rz_bp_arch_t RzBreakpointArch |
typedef int(* RzBreakpointCallback) (struct rz_bp_t *bp, RzBreakpointItem *b, bool set) |
typedef struct rz_bp_context_t RzBreakpointContext |
Outer context of mappings/etc. in which the RzBreakpoint instance will operate in. In practical Rizin, this is implemented by RzCore.
typedef struct rz_bp_item_t RzBreakpointItem |
typedef struct rz_bp_plugin_t RzBreakpointPlugin |
typedef struct rz_bp_trace_t RzBreakpointTrace |
anonymous enum |
RZ_LIB_VERSION_HEADER | ( | rz_bp | ) |