#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_sh
Definition at line 21 of file bp_sh.c.
◆ rz_bp_plugin_sh
Initial value:= {
.name = "sh",
.arch = "sh",
.nbps = 2,
}
static struct rz_bp_arch_t rz_bp_plugin_sh_bps[]
Definition at line 1 of file bp_sh.c.
◆ rz_bp_plugin_sh_bps
Initial value:= {
{ 32, 2, 0, (
const ut8 *)
"\x20\xc3" },
{ 32, 2, 1, (
const ut8 *)
"\xc3\x20" },
}
Definition at line 1 of file bp_sh.c.