Rizin
unix-like reverse engineering framework and cli tools
bp_mips.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_mips_bps []
 
struct rz_bp_plugin_t rz_bp_plugin_mips
 
RZ_API RzLibStruct rizin_plugin
 

Variable Documentation

◆ rizin_plugin

RZ_API RzLibStruct rizin_plugin
Initial value:
= {
.type = RZ_LIB_TYPE_BP,
.version = RZ_VERSION
}
struct rz_bp_plugin_t rz_bp_plugin_mips
Definition: bp_mips.c:15
@ RZ_LIB_TYPE_BP
Definition: rz_lib.h:78
#define RZ_VERSION
Definition: rz_version.h:8

Definition at line 23 of file bp_mips.c.

◆ rz_bp_plugin_mips

struct rz_bp_plugin_t rz_bp_plugin_mips
Initial value:
= {
.name = "mips",
.arch = "mips",
.nbps = 10,
}
static struct rz_bp_arch_t rz_bp_plugin_mips_bps[]
Definition: bp_mips.c:7

Definition at line 1 of file bp_mips.c.

◆ rz_bp_plugin_mips_bps

struct rz_bp_arch_t rz_bp_plugin_mips_bps[]
static
Initial value:
= {
{ 32, 4, 0, (const ut8 *)"\x0d\x00\x00\x00" },
{ 32, 4, 1, (const ut8 *)"\x00\x00\x00\x0d" },
{ 64, 4, 0, (const ut8 *)"\x0d\x00\x00\x00" },
{ 64, 4, 1, (const ut8 *)"\x00\x00\x00\x0d" },
{ 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_mips.c.