Package ghidra.app.util.opinion
Class LibraryLookupTable
java.lang.Object
ghidra.app.util.opinion.LibraryLookupTable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceFile
createFile
(Program program, boolean overwrite, boolean inSystem, TaskMonitor monitor) static ResourceFile
createFile
(Program program, boolean overwrite, TaskMonitor monitor)
-
Constructor Details
-
LibraryLookupTable
public LibraryLookupTable()
-
-
Method Details
-
createFile
public static ResourceFile createFile(Program program, boolean overwrite, TaskMonitor monitor) throws IOException, CancelledException - Throws:
IOException
CancelledException
-
createFile
public static ResourceFile createFile(Program program, boolean overwrite, boolean inSystem, TaskMonitor monitor) throws IOException, CancelledException - Throws:
IOException
CancelledException
-