Class InsertRequest
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseInsert>
ghidra.features.bsim.query.protocol.InsertRequest
Request that specific executables and functions (as described by ExecutableRecords and FunctionDescriptions)
by inserted into a BSim database.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrestoreXml(XmlPullParser parser, LSHVectorFactory vectorFactory) voidMethods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getName, getResponse, restoreQuery
-
Field Details
-
manage
-
repo_override
-
path_override
-
insertresponse
-
-
Constructor Details
-
InsertRequest
public InsertRequest()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplatein classBSimQuery<ResponseInsert>
-
getDescriptionManager
- Overrides:
getDescriptionManagerin classBSimQuery<ResponseInsert>
-
getLocalStagingCopy
- Overrides:
getLocalStagingCopyin classBSimQuery<ResponseInsert>- Returns:
- a partial clone of this query suitable for holding local stages of the query via StagingManager
-
saveXml
- Specified by:
saveXmlin classBSimQuery<ResponseInsert>- Throws:
IOException
-
restoreXml
- Specified by:
restoreXmlin classBSimQuery<ResponseInsert>- Throws:
LSHException
-