Class FunctionDescriptionMapper
java.lang.Object
ghidra.features.bsim.query.description.FunctionDescriptionMapper
Scan a description XML file and for each
<fdesc>
tag, parse it, build the
FunctionDescription object and call handleFunction-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
abstract void
handleFunction
(FunctionDescription fdesc, int rnum) void
processFile
(XmlPullParser parser, LSHVectorFactory vectorFactory)
-
Field Details
-
recnum
protected int recnum
-
-
Constructor Details
-
FunctionDescriptionMapper
public FunctionDescriptionMapper()
-
-
Method Details
-
handleExecutable
public abstract void handleExecutable(ExecutableRecord erec) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
handleFunction
public abstract void handleFunction(FunctionDescription fdesc, int rnum) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
processFile
public void processFile(XmlPullParser parser, LSHVectorFactory vectorFactory) throws IOException, InterruptedException, LSHException
-