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

#include <rz_basefind.h>

Public Attributes

ut32 n_threads
 Total number of search threads. More...
 
ut32 thread_idx
 Sesarch thread number. More...
 
ut64 begin_address
 Thread related search address (start). More...
 
ut64 current_address
 Thread related search address (current). More...
 
ut64 end_address
 Thread related search address (end). More...
 
ut32 percentage
 Progress made by the search thread. More...
 

Detailed Description

Definition at line 24 of file rz_basefind.h.

Member Data Documentation

◆ begin_address

ut64 rz_basefind_info_t::begin_address

Thread related search address (start).

Definition at line 27 of file rz_basefind.h.

Referenced by basefind_set_thread_info().

◆ current_address

ut64 rz_basefind_info_t::current_address

Thread related search address (current).

Definition at line 28 of file rz_basefind.h.

Referenced by basefind_set_thread_info(), and core_basefind_progess_status().

◆ end_address

ut64 rz_basefind_info_t::end_address

Thread related search address (end).

Definition at line 29 of file rz_basefind.h.

Referenced by basefind_set_thread_info(), and core_basefind_progess_status().

◆ n_threads

ut32 rz_basefind_info_t::n_threads

Total number of search threads.

Definition at line 25 of file rz_basefind.h.

Referenced by basefind_thread_ui(), core_basefind_progess_status(), and rz_basefind().

◆ percentage

ut32 rz_basefind_info_t::percentage

Progress made by the search thread.

Definition at line 30 of file rz_basefind.h.

Referenced by basefind_set_thread_info(), and core_basefind_progess_status().

◆ thread_idx

ut32 rz_basefind_info_t::thread_idx

Sesarch thread number.

Definition at line 26 of file rz_basefind.h.

Referenced by basefind_set_thread_info(), and core_basefind_progess_status().


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