GhidraDocs/GhidraClass/BSim/BSimTutorial_Overview_Queries.md
An Overview Query queries a BSim database for the number of matches to each function in an executable. The matching functions themselves are not returned. Similarity and Confidence thresholds can be set for an Overview Query, but there is no "Matches per Function" bound and no filters can be applied.
To perform an Overview Query, select BSim -> Perform Overview... from the Code Browser.
postgres using the default query thresholds.
You should see the following result:
Using the hit count column, it is possible to exclude functions with large numbers of matches.
demangler_gnu_v2_41 is far down the list.Suppose foo and bar have the same number of hits in the Overview table.
There are two possibilities:
foo and bar have distinct feature vectors which happen to have the same number of matches.foo and bar have the same feature vector.An optional column, Vector Hash, can be used to distinguish between these two cases.
Next Section: Queries and Filters