Rizin
unix-like reverse engineering framework and cli tools
bp_ppc.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_ppc_bps []
 
struct rz_bp_plugin_t rz_bp_plugin_ppc
 
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_ppc,
.version = RZ_VERSION
}
struct rz_bp_plugin_t rz_bp_plugin_ppc
Definition: bp_ppc.c:14
@ RZ_LIB_TYPE_BP
Definition: rz_lib.h:78
#define RZ_VERSION
Definition: rz_version.h:8

Definition at line 22 of file bp_ppc.c.

◆ rz_bp_plugin_ppc

struct rz_bp_plugin_t rz_bp_plugin_ppc
Initial value:
= {
.name = "ppc",
.arch = "ppc",
.nbps = 2,
}
static struct rz_bp_arch_t rz_bp_plugin_ppc_bps[]
Definition: bp_ppc.c:7

Definition at line 1 of file bp_ppc.c.

◆ rz_bp_plugin_ppc_bps

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