#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_arm
Definition at line 42 of file bp_arm.c.
◆ rz_bp_plugin_arm
Initial value:= {
.name = "arm",
.arch = "arm",
.nbps = 9,
}
static struct rz_bp_arch_t rz_bp_plugin_arm_bps[]
Definition at line 1 of file bp_arm.c.
◆ rz_bp_plugin_arm_bps
Initial value:= {
{ 64, 4, 0, (
const ut8 *)
"\x00\x00\x20\xd4" },
{ 64, 4, 1, (
const ut8 *)
"\xd4\x20\x00\x00" },
{ 32, 4, 0, (
const ut8 *)
"\xf0\x01\xf0\xe7" },
{ 32, 4, 1, (
const ut8 *)
"\xe7\xf0\x01\xf0" },
{ 16, 2, 0, (
const ut8 *)
"\x01\xbe" },
{ 16, 2, 1, (
const ut8 *)
"\xbe\x01" },
{ 16, 2, 0, (
const ut8 *)
"\xfe\xdf" },
{ 16, 2, 1, (
const ut8 *)
"\xdf\xfe" },
{ 16, 4, 0, (
const ut8 *)
"\xff\xff\xff\xff" },
{ 16, 4, 1, (
const ut8 *)
"\xff\xff\xff\xff" },
}
Definition at line 1 of file bp_arm.c.