Class ResponseName
java.lang.Object
ghidra.features.bsim.query.protocol.QueryResponseRecord
ghidra.features.bsim.query.protocol.ResponseName
Response to a request for specific executables and functions given by name.
Full ExecutableRecords and FunctionDescriptions are instantiated in this object's DescriptionManager
-
Field Summary
FieldsFields inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
printRaw
(PrintStream stream, LSHVectorFactory vectorFactory, int format) void
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
getLocalStagingCopy, getName, mergeResults, sort
-
Field Details
-
manage
-
uniqueexecutable
public boolean uniqueexecutable -
printselfsig
public boolean printselfsig -
printjustexe
public boolean printjustexe
-
-
Constructor Details
-
ResponseName
public ResponseName()
-
-
Method Details
-
getDescriptionManager
- Overrides:
getDescriptionManager
in classQueryResponseRecord
-
saveXml
- Specified by:
saveXml
in classQueryResponseRecord
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classQueryResponseRecord
- Throws:
LSHException
-
printRaw
-