Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
const char * | number |
const char * | match |
const char * | unmatch |
const char * | legenda |
const char * | reset |
const char* diff_colors_t::legenda |
Definition at line 114 of file rz-diff.c.
Referenced by rz_diff_draw_tui(), and rz_diff_get_colors().
const char* diff_colors_t::match |
Definition at line 112 of file rz-diff.c.
Referenced by diff_hexdump_partial(), and rz_diff_get_colors().
const char* diff_colors_t::number |
Definition at line 111 of file rz-diff.c.
Referenced by diff_hexdump_partial(), and rz_diff_get_colors().
const char* diff_colors_t::reset |
Definition at line 115 of file rz-diff.c.
Referenced by diff_hexdump_partial(), rz_diff_draw_tui(), rz_diff_get_colors(), and visual_prompt().
const char* diff_colors_t::unmatch |
Definition at line 113 of file rz-diff.c.
Referenced by diff_hexdump_partial(), and rz_diff_get_colors().