#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_x86
Definition at line 21 of file bp_x86.c.
◆ rz_bp_plugin_x86
Initial value:= {
.name = "x86",
.arch = "x86",
.nbps = 2,
}
static struct rz_bp_arch_t rz_bp_plugin_x86_bps[]
Definition at line 1 of file bp_x86.c.
◆ rz_bp_plugin_x86_bps
Initial value:= {
{ 0, 1, 0, (
const ut8 *)
"\xcc" },
{ 0, 2, 0, (
const ut8 *)
"\xcd\x03" },
}
Definition at line 1 of file bp_x86.c.