Rizin
unix-like reverse engineering framework and cli tools
diff_hex_view_t Struct Reference

Public Attributes

char * line
 
ut8buffer_a
 
ut8buffer_b
 
ut64 size_a
 
ut64 size_b
 
ut64 address_a
 
ut64 address_b
 
DiffIOio_a
 
DiffIOio_b
 
bool column_descr
 
DiffColors colors
 
RzConsCanvascanvas
 
DiffScreen screen
 

Detailed Description

Definition at line 118 of file rz-diff.c.

Member Data Documentation

◆ address_a

◆ address_b

◆ buffer_a

ut8* diff_hex_view_t::buffer_a

◆ buffer_b

ut8* diff_hex_view_t::buffer_b

◆ canvas

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().

◆ colors

DiffColors diff_hex_view_t::colors

◆ column_descr

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().

◆ io_a

DiffIO* diff_hex_view_t::io_a

◆ io_b

DiffIO* diff_hex_view_t::io_b

◆ line

char* diff_hex_view_t::line

◆ screen

◆ size_a

ut64 diff_hex_view_t::size_a

◆ size_b

ut64 diff_hex_view_t::size_b

The documentation for this struct was generated from the following file: