Class QueryName
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseName>
ghidra.features.bsim.query.protocol.QueryName
Query for a single function in a single executable by giving either the md5 of the executable, or its name
and version. Then give the name of the function. If the name of the function is empty, this query
returns all functions in the executable
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanintbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrestoreXml(XmlPullParser parser, LSHVectorFactory vectorFactory) voidMethods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
spec
-
funcname
-
nameresponse
-
maxfunc
public int maxfunc -
printselfsig
public boolean printselfsig -
printjustexe
public boolean printjustexe -
fillinSigs
public boolean fillinSigs -
fillinCallgraph
public boolean fillinCallgraph -
fillinCategories
public boolean fillinCategories
-
-
Constructor Details
-
QueryName
public QueryName()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplatein classBSimQuery<ResponseName>
-
saveXml
- Specified by:
saveXmlin classBSimQuery<ResponseName>- Throws:
IOException
-
restoreXml
- Specified by:
restoreXmlin classBSimQuery<ResponseName>- Throws:
LSHException
-