Class QueryVectorId
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseVectorId>
ghidra.features.bsim.query.protocol.QueryVectorId
Request vectors from the database by the their ids. Allows users to retrieve raw feature
vectors without going through functions (FunctionDescription and DescriptionManager)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrestoreXml(XmlPullParser parser, LSHVectorFactory vectorFactory) voidMethods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
vectorIds
-
vectorIdResponse
-
-
Constructor Details
-
QueryVectorId
public QueryVectorId()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplatein classBSimQuery<ResponseVectorId>
-
saveXml
- Specified by:
saveXmlin classBSimQuery<ResponseVectorId>- Throws:
IOException
-
restoreXml
- Specified by:
restoreXmlin classBSimQuery<ResponseVectorId>- Throws:
LSHException
-