Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Public Attributes | |
char * | name |
ut64 | addr |
ut64 | addr_end |
ut32 | size |
ut8 * | data |
int | perm |
int | user |
bool | shared |
Definition at line 162 of file rz_debug.h.
ut64 rz_debug_snap_t::addr |
Definition at line 164 of file rz_debug.h.
Referenced by _set_initial_memory(), deserialize_checkpoints_cb(), rz_debug_snap_contains(), rz_debug_snap_map(), and serialize_checkpoints().
ut64 rz_debug_snap_t::addr_end |
Definition at line 165 of file rz_debug.h.
Referenced by deserialize_checkpoints_cb(), rz_debug_snap_contains(), rz_debug_snap_map(), and serialize_checkpoints().
ut8* rz_debug_snap_t::data |
Definition at line 167 of file rz_debug.h.
Referenced by _set_initial_memory(), deserialize_checkpoints_cb(), test_group_name.GroupTest::run(), rz_debug_snap_free(), rz_debug_snap_get_hash(), rz_debug_snap_map(), and serialize_checkpoints().
char* rz_debug_snap_t::name |
Definition at line 163 of file rz_debug.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), deserialize_checkpoints_cb(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), rz_debug_session_list_memory(), rz_debug_snap_free(), rz_debug_snap_map(), serialize_checkpoints(), and cmd_descs_generate.CmdDesc::str_tab().
int rz_debug_snap_t::perm |
Definition at line 168 of file rz_debug.h.
Referenced by deserialize_checkpoints_cb(), rz_debug_snap_map(), and serialize_checkpoints().
bool rz_debug_snap_t::shared |
Definition at line 170 of file rz_debug.h.
Referenced by deserialize_checkpoints_cb(), rz_debug_snap_map(), and serialize_checkpoints().
ut32 rz_debug_snap_t::size |
Definition at line 166 of file rz_debug.h.
Referenced by _set_initial_memory(), deserialize_checkpoints_cb(), rz_debug_snap_get_hash(), rz_debug_snap_map(), and serialize_checkpoints().
int rz_debug_snap_t::user |
Definition at line 169 of file rz_debug.h.
Referenced by deserialize_checkpoints_cb(), rz_debug_snap_map(), and serialize_checkpoints().