|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| ut32 | id |
| ut64 | current |
| ut64 | base_start |
| ut64 | base_end |
| ut64 | alignment |
| ut64 | io_size |
| ut32 | score_min |
| RzThreadLock * | lock |
| RzList * | scores |
| HtUU * | pointers |
| BaseFindArray * | array |
| RzAtomicBool * | loop |
Definition at line 26 of file basefind.c.
| ut64 basefind_thread_data_t::alignment |
Definition at line 31 of file basefind.c.
Referenced by basefind_thread_runner(), and rz_basefind().
| BaseFindArray* basefind_thread_data_t::array |
Definition at line 37 of file basefind.c.
Referenced by basefind_thread_runner(), and rz_basefind().
| ut64 basefind_thread_data_t::base_end |
Definition at line 30 of file basefind.c.
Referenced by basefind_set_thread_info(), and rz_basefind().
| ut64 basefind_thread_data_t::base_start |
Definition at line 29 of file basefind.c.
Referenced by basefind_set_thread_info(), basefind_thread_runner(), and rz_basefind().
| ut64 basefind_thread_data_t::current |
Definition at line 28 of file basefind.c.
Referenced by basefind_set_thread_info(), basefind_thread_runner(), and rz_basefind().
| ut32 basefind_thread_data_t::id |
Definition at line 27 of file basefind.c.
Referenced by capstone.CsInsn::insn_name().
| ut64 basefind_thread_data_t::io_size |
Definition at line 32 of file basefind.c.
Referenced by basefind_thread_runner(), and rz_basefind().
| RzThreadLock* basefind_thread_data_t::lock |
Definition at line 34 of file basefind.c.
Referenced by basefind_thread_runner(), and rz_basefind().
| RzAtomicBool* basefind_thread_data_t::loop |
Definition at line 38 of file basefind.c.
Referenced by basefind_stop_all_search_threads(), basefind_thread_runner(), and rz_basefind().
| HtUU* basefind_thread_data_t::pointers |
Definition at line 36 of file basefind.c.
Referenced by basefind_thread_runner(), and rz_basefind().
| ut32 basefind_thread_data_t::score_min |
Definition at line 33 of file basefind.c.
Referenced by basefind_thread_runner(), and rz_basefind().
| RzList* basefind_thread_data_t::scores |
Definition at line 35 of file basefind.c.
Referenced by basefind_thread_runner(), and rz_basefind().