Class ResponseUpdate
java.lang.Object
ghidra.features.bsim.query.protocol.QueryResponseRecord
ghidra.features.bsim.query.protocol.ResponseUpdate
Response to a QueryUpdate request to a BSim database. Simple counts of successful updates are given.
References to any original ExecutableRecord or FunctionDescription objects that could not be updated
are also returned.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
Fields inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
getDescriptionManager, getLocalStagingCopy, getName, mergeResults, sort
-
Field Details
-
badexe
-
badfunc
-
exeupdate
public int exeupdate -
funcupdate
public int funcupdate -
qupdate
-
-
Constructor Details
-
ResponseUpdate
-
-
Method Details
-
saveXml
- Specified by:
saveXml
in classQueryResponseRecord
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classQueryResponseRecord
- Throws:
LSHException
-