Class QueryVectorMatch
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseVectorMatch>
ghidra.features.bsim.query.protocol.QueryVectorMatch
Request all functions described by a particular feature vector. Vectors are specified
by a known id, and multiple vectors can be specified at once.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
boolean
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
DEFAULT_MAX_FUNCTIONS
public static final int DEFAULT_MAX_FUNCTIONS- See Also:
-
matchresponse
-
max
public int max -
fillinCategories
public boolean fillinCategories -
bsimFilter
-
vectorIds
-
-
Constructor Details
-
QueryVectorMatch
public QueryVectorMatch()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponseVectorMatch>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseVectorMatch>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseVectorMatch>
- Throws:
LSHException
-