Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
char * | line |
ut8 * | buffer_a |
ut8 * | buffer_b |
ut64 | size_a |
ut64 | size_b |
ut64 | address_a |
ut64 | address_b |
DiffIO * | io_a |
DiffIO * | io_b |
bool | column_descr |
DiffColors | colors |
RzConsCanvas * | canvas |
DiffScreen | screen |
ut64 diff_hex_view_t::address_a |
Definition at line 124 of file rz-diff.c.
Referenced by diff_hexdump_line(), find_next_diff(), find_prev_diff(), prompt_offset_and_seek(), prompt_offset_and_seek_file(), rz_diff_draw_tui(), and rz_diff_hex_visual().
ut64 diff_hex_view_t::address_b |
Definition at line 125 of file rz-diff.c.
Referenced by diff_hexdump_line(), find_next_diff(), find_prev_diff(), prompt_offset_and_seek(), prompt_offset_and_seek_file(), rz_diff_draw_tui(), and rz_diff_hex_visual().
ut8* diff_hex_view_t::buffer_a |
Definition at line 120 of file rz-diff.c.
Referenced by diff_hexdump_line(), find_next_diff(), find_prev_diff(), rz_diff_draw_tui(), rz_diff_hex_visual(), and rz_diff_resize_buffer().
ut8* diff_hex_view_t::buffer_b |
Definition at line 121 of file rz-diff.c.
Referenced by diff_hexdump_line(), find_next_diff(), find_prev_diff(), rz_diff_draw_tui(), rz_diff_hex_visual(), and rz_diff_resize_buffer().
RzConsCanvas* diff_hex_view_t::canvas |
Definition at line 130 of file rz-diff.c.
Referenced by rz_diff_draw_tui(), rz_diff_hex_visual(), and rz_diff_resize_buffer().
DiffColors diff_hex_view_t::colors |
Definition at line 129 of file rz-diff.c.
Referenced by diff_hexdump_partial(), rz_diff_draw_tui(), rz_diff_hex_visual(), and visual_prompt().
bool diff_hex_view_t::column_descr |
Definition at line 128 of file rz-diff.c.
Referenced by rz_diff_draw_tui(), and rz_diff_hex_visual().
DiffIO* diff_hex_view_t::io_a |
Definition at line 126 of file rz-diff.c.
Referenced by find_next_diff(), find_prev_diff(), offset_len(), rz_diff_draw_tui(), and rz_diff_hex_visual().
DiffIO* diff_hex_view_t::io_b |
Definition at line 127 of file rz-diff.c.
Referenced by find_next_diff(), find_prev_diff(), offset_len(), rz_diff_draw_tui(), and rz_diff_hex_visual().
char* diff_hex_view_t::line |
Definition at line 119 of file rz-diff.c.
Referenced by diff_hexdump_line(), diff_hexdump_partial(), rz_diff_draw_tui(), rz_diff_hex_visual(), and rz_diff_resize_buffer().
DiffScreen diff_hex_view_t::screen |
Definition at line 131 of file rz-diff.c.
Referenced by diff_hexdump_line(), len_draw_hexdump(), rz_diff_draw_tui(), rz_diff_hex_visual(), rz_diff_resize_buffer(), seek_min_shift(), seek_min_value(), and visual_prompt().
ut64 diff_hex_view_t::size_a |
Definition at line 122 of file rz-diff.c.
Referenced by diff_hexdump_line(), find_next_diff(), rz_diff_draw_tui(), rz_diff_hex_visual(), and rz_diff_resize_buffer().
ut64 diff_hex_view_t::size_b |
Definition at line 123 of file rz-diff.c.
Referenced by diff_hexdump_line(), find_next_diff(), rz_diff_draw_tui(), rz_diff_hex_visual(), and rz_diff_resize_buffer().