Rizin
unix-like reverse engineering framework and cli tools
|
#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... | |
Definition at line 24 of file rz_basefind.h.
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().
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().
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().
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().
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().
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().