Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzThreadQueue * | intervals |
RzList * | results |
size_t | min_length |
RzStrEnc | encoding |
bool | check_ascii_freq |
SharedData * | shared |
RzAtomicBool * | loop |
Definition at line 22 of file bfile_string.c.
bool search_thread_data_t::check_ascii_freq |
Definition at line 27 of file bfile_string.c.
Referenced by create_string_search_thread(), and string_scan_range().
RzStrEnc search_thread_data_t::encoding |
Definition at line 26 of file bfile_string.c.
Referenced by create_string_search_thread(), and string_scan_range().
RzThreadQueue* search_thread_data_t::intervals |
Definition at line 23 of file bfile_string.c.
Referenced by create_string_search_thread(), and search_string_thread_runner().
RzAtomicBool* search_thread_data_t::loop |
Definition at line 29 of file bfile_string.c.
Referenced by bin_file_string_search_free(), create_string_search_thread(), interrupt_thread(), and search_string_thread_runner().
size_t search_thread_data_t::min_length |
Definition at line 25 of file bfile_string.c.
Referenced by create_string_search_thread(), and string_scan_range().
RzList* search_thread_data_t::results |
Definition at line 24 of file bfile_string.c.
Referenced by bin_file_string_search_free(), create_string_search_thread(), rz_bin_file_strings(), and search_string_thread_runner().
SharedData* search_thread_data_t::shared |
Definition at line 28 of file bfile_string.c.
Referenced by create_string_search_thread(), search_string_thread_runner(), and string_scan_range().