IDA C++ SDK 9.2
Loading...
Searching...
No Matches
match_config_t Struct Reference

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.

Detailed Description

Configuration for an indexer search.

Member Data Documentation

◆ cb

size_t match_config_t::cb = sizeof(match_config_t)

Size of this structure. Used for forward compatibility.

◆ mode

match_mode_t match_config_t::mode = match_mode_t::STR_MATCH

Matching algorithm to use.

◆ score_cutoff

int match_config_t::score_cutoff = 0

Minimum score, in percent (fuzzy mode only). Results below this threshold are discarded.

◆ max_results

int match_config_t::max_results = 500

Maximum number of results to return.


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