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 TypeMethodDescriptionvoid
void
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods 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:
buildResponseTemplate
in classBSimQuery<ResponseInsert>
-
getDescriptionManager
- Overrides:
getDescriptionManager
in classBSimQuery<ResponseInsert>
-
getLocalStagingCopy
- Overrides:
getLocalStagingCopy
in classBSimQuery<ResponseInsert>
- Returns:
- a partial clone of this query suitable for holding local stages of the query via StagingManager
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseInsert>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseInsert>
- Throws:
LSHException
-