#include <rz_bp.h>
#include <rz_lib.h>
Go to the source code of this file.
◆ rizin_plugin
Initial value:= {
}
struct rz_bp_plugin_t rz_bp_plugin_mips
Definition at line 23 of file bp_mips.c.
◆ rz_bp_plugin_mips
Initial value:= {
.name = "mips",
.arch = "mips",
.nbps = 10,
}
static struct rz_bp_arch_t rz_bp_plugin_mips_bps[]
Definition at line 1 of file bp_mips.c.
◆ rz_bp_plugin_mips_bps
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" },
}
Definition at line 1 of file bp_mips.c.