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

Public Attributes

const void * a
 
const void * b
 
ut32 a_size
 
ut32 b_size
 
HtPP * b_hits
 
MethodsInternal methods
 

Detailed Description

Definition at line 89 of file diff.c.

Member Data Documentation

◆ a

const void* rz_diff_t::a

Definition at line 90 of file diff.c.

Referenced by diff_unified_lines_hl(), find_longest_match(), and set_a().

◆ a_size

ut32 rz_diff_t::a_size

Definition at line 92 of file diff.c.

Referenced by set_a().

◆ b

const void* rz_diff_t::b

Definition at line 91 of file diff.c.

Referenced by diff_unified_lines_hl(), find_longest_match(), and set_b().

◆ b_hits

HtPP* rz_diff_t::b_hits

Definition at line 94 of file diff.c.

Referenced by find_longest_match(), and set_b().

◆ b_size

ut32 rz_diff_t::b_size

Definition at line 93 of file diff.c.

Referenced by set_b().

◆ methods


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