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 TypeFieldDescriptionboolean
boolean
boolean
int
boolean
boolean
-
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
-
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:
buildResponseTemplate
in classBSimQuery<ResponseName>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseName>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseName>
- Throws:
LSHException
-