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

Public Attributes

DiffType type
 
DiffMode mode
 
DiffOption option
 
DiffDistance distance
 
ut32 arch_bits
 
bool compare_addresses
 
bool show_time
 
bool colors
 
bool analyze_all
 
const char * architecture
 
const char * input_a
 
const char * input_b
 
const char * file_a
 
const char * file_b
 
DiffScreen screen
 
RzListevars
 

Detailed Description

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

Member Data Documentation

◆ analyze_all

bool diff_context_t::analyze_all

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

◆ arch_bits

ut32 diff_context_t::arch_bits

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

◆ architecture

const char* diff_context_t::architecture

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

◆ colors

bool diff_context_t::colors

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

◆ compare_addresses

bool diff_context_t::compare_addresses

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

◆ distance

DiffDistance diff_context_t::distance

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

◆ evars

RzList* diff_context_t::evars

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

◆ file_a

const char* diff_context_t::file_a

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

◆ file_b

const char* diff_context_t::file_b

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

◆ input_a

const char* diff_context_t::input_a

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

◆ input_b

const char* diff_context_t::input_b

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

◆ mode

DiffMode diff_context_t::mode

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

Referenced by test_group_name.GroupTest::run().

◆ option

DiffOption diff_context_t::option

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

◆ screen

DiffScreen diff_context_t::screen

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

◆ show_time

bool diff_context_t::show_time

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

◆ type


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