Rizin
unix-like reverse engineering framework and cli tools
|
#include <vsf_specs.h>
Public Attributes | |
int | machine_idx |
ut64 | rom |
ut64 | mem |
struct vsf_maincpu * | maincpu |
Sdb * | kv |
Definition at line 73 of file vsf_specs.h.
Sdb* rz_bin_vsf_obj::kv |
Definition at line 78 of file vsf_specs.h.
Referenced by info(), and load_buffer().
int rz_bin_vsf_obj::machine_idx |
Definition at line 74 of file vsf_specs.h.
Referenced by entries(), info(), load_buffer(), mem(), sections(), and symbols().
struct vsf_maincpu* rz_bin_vsf_obj::maincpu |
Definition at line 77 of file vsf_specs.h.
Referenced by destroy(), entries(), info(), and load_buffer().
ut64 rz_bin_vsf_obj::mem |
Definition at line 76 of file vsf_specs.h.
Referenced by entries(), load_buffer(), capstone.m68k.M68KOp::mem(), sections(), and symbols().
ut64 rz_bin_vsf_obj::rom |
Definition at line 75 of file vsf_specs.h.
Referenced by load_buffer(), and sections().