Class QueryChildren
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseChildren>
ghidra.features.bsim.query.protocol.QueryChildren
Query based on a single executable and a specific list of functions names within the executable
The response will be the corresponding FunctionDescription records and a record for each child
of the specified functions
-
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, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
md5sum
-
name_exec
-
arch
-
name_compiler
-
functionKeys
-
childrenresponse
-
-
Constructor Details
-
QueryChildren
public QueryChildren()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponseChildren>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseChildren>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseChildren>
- Throws:
LSHException
-