|
IDA C++ SDK 9.2
|
Configuration for an indexer search. More...
#include <indexer.hpp>
Public Attributes | |
| size_t | cb = sizeof(match_config_t) |
| Size of this structure. Used for forward compatibility. | |
| match_mode_t | mode = match_mode_t::STR_MATCH |
| Matching algorithm to use. | |
| int | score_cutoff = 0 |
| Minimum score, in percent (fuzzy mode only). Results below this threshold are discarded. | |
| int | max_results = 500 |
| Maximum number of results to return. | |
Configuration for an indexer search.
| size_t match_config_t::cb = sizeof(match_config_t) |
Size of this structure. Used for forward compatibility.
| match_mode_t match_config_t::mode = match_mode_t::STR_MATCH |
Matching algorithm to use.
| int match_config_t::score_cutoff = 0 |
Minimum score, in percent (fuzzy mode only). Results below this threshold are discarded.
| int match_config_t::max_results = 500 |
Maximum number of results to return.