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

#include <rz_basefind.h>

Public Attributes

size_t max_threads
 Max requested number of threads (not guaranteed). More...
 
ut32 pointer_size
 Pointer size in bits (32 or 64) More...
 
ut64 start_address
 Start search address. More...
 
ut64 end_address
 End search address. More...
 
ut64 alignment
 Memory alignment in bytes (suggested to set it to RZ_BASEFIND_BASE_ALIGNMENT) More...
 
ut32 min_score
 Minimum score to reach to be part of the list of possible addresses. More...
 
ut32 min_string_len
 Min string length to search for. More...
 
RzBaseFindThreadInfoCb callback
 When set allows to get the thread information. More...
 
void * user
 User pointer to pass to the callback function for the thread info. More...
 

Detailed Description

Definition at line 36 of file rz_basefind.h.

Member Data Documentation

◆ alignment

ut64 rz_basefind_options_t::alignment

Memory alignment in bytes (suggested to set it to RZ_BASEFIND_BASE_ALIGNMENT)

Definition at line 41 of file rz_basefind.h.

◆ callback

RzBaseFindThreadInfoCb rz_basefind_options_t::callback

When set allows to get the thread information.

Definition at line 44 of file rz_basefind.h.

◆ end_address

ut64 rz_basefind_options_t::end_address

End search address.

Definition at line 40 of file rz_basefind.h.

◆ max_threads

size_t rz_basefind_options_t::max_threads

Max requested number of threads (not guaranteed).

Definition at line 37 of file rz_basefind.h.

◆ min_score

ut32 rz_basefind_options_t::min_score

Minimum score to reach to be part of the list of possible addresses.

Definition at line 42 of file rz_basefind.h.

◆ min_string_len

ut32 rz_basefind_options_t::min_string_len

Min string length to search for.

Definition at line 43 of file rz_basefind.h.

◆ pointer_size

ut32 rz_basefind_options_t::pointer_size

Pointer size in bits (32 or 64)

Definition at line 38 of file rz_basefind.h.

◆ start_address

ut64 rz_basefind_options_t::start_address

Start search address.

Definition at line 39 of file rz_basefind.h.

◆ user

void* rz_basefind_options_t::user

User pointer to pass to the callback function for the thread info.

Definition at line 45 of file rz_basefind.h.


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