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 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
-
vectorIds
-
vectorIdResponse
-
-
Constructor Details
-
QueryVectorId
public QueryVectorId()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponseVectorId>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseVectorId>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseVectorId>
- Throws:
LSHException
-