Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_core.h>
Go to the source code of this file.
Functions | |
RZ_API void | rz_core_visual_mark_reset (RzCore *core) |
RZ_API bool | rz_core_visual_mark_dump (RzCore *core) |
RZ_API void | rz_core_visual_mark_set (RzCore *core, ut8 ch, ut64 addr) |
RZ_API void | rz_core_visual_mark_del (RzCore *core, ut8 ch) |
RZ_API void | rz_core_visual_mark (RzCore *core, ut8 ch) |
RZ_API void | rz_core_visual_mark_seek (RzCore *core, ut8 ch) |
Definition at line 47 of file vmarks.c.
References ASCII_MAX, IS_DIGIT, rz_core_t::offset, and rz_core_visual_mark_set().
Referenced by __add_visual_mark(), and rz_core_visual_cmd().
Definition at line 40 of file vmarks.c.
References rz_core_t::marks, rz_core_t::marks_init, and UT64_MAX.
Referenced by __handle_visual_mark(), and rz_core_visual_cmd().
Definition at line 14 of file vmarks.c.
References ASCII_MAX, i, rz_core_t::marks, rz_core_t::marks_init, PFMT64x, rz_cons_printf(), UT64_MAX, and UT8_MAX.
Referenced by __handle_visual_mark(), and rz_core_visual_cmd().
Definition at line 6 of file vmarks.c.
References i, rz_core_t::marks, rz_core_t::marks_init, UT64_MAX, and UT8_MAX.
Referenced by rz_core_visual_mark_set().
Definition at line 54 of file vmarks.c.
References rz_core_t::marks, rz_core_t::marks_init, rz_core_seek(), and UT64_MAX.
Referenced by __handle_visual_mark(), and rz_core_visual_cmd().
Definition at line 33 of file vmarks.c.
References addr, rz_core_t::marks, rz_core_t::marks_init, and rz_core_visual_mark_reset().
Referenced by rz_core_visual_mark().