Rizin
unix-like reverse engineering framework and cli tools
bp_sh.c File Reference
#include <rz_bp.h>
#include <rz_lib.h>

Go to the source code of this file.

Variables

static struct rz_bp_arch_t rz_bp_plugin_sh_bps []
 
struct rz_bp_plugin_t rz_bp_plugin_sh
 
RZ_API RzLibStruct rizin_plugin
 

Variable Documentation

◆ rizin_plugin

RZ_API RzLibStruct rizin_plugin
Initial value:
= {
.type = RZ_LIB_TYPE_BP,
.data = &rz_bp_plugin_sh,
.version = RZ_VERSION
}
struct rz_bp_plugin_t rz_bp_plugin_sh
Definition: bp_sh.c:13
@ RZ_LIB_TYPE_BP
Definition: rz_lib.h:78
#define RZ_VERSION
Definition: rz_version.h:8

Definition at line 21 of file bp_sh.c.

◆ rz_bp_plugin_sh

struct rz_bp_plugin_t rz_bp_plugin_sh
Initial value:
= {
.name = "sh",
.arch = "sh",
.nbps = 2,
}
static struct rz_bp_arch_t rz_bp_plugin_sh_bps[]
Definition: bp_sh.c:7

Definition at line 1 of file bp_sh.c.

◆ rz_bp_plugin_sh_bps

struct rz_bp_arch_t rz_bp_plugin_sh_bps[]
static
Initial value:
= {
{ 32, 2, 0, (const ut8 *)"\x20\xc3" },
{ 32, 2, 1, (const ut8 *)"\xc3\x20" },
{ 0, 0, 0, NULL },
}
#define NULL
Definition: cris-opc.c:27
uint8_t ut8
Definition: lh5801.h:11

Definition at line 1 of file bp_sh.c.