Package ghidra.app.util.exporter
Class PeExporter
java.lang.Object
ghidra.app.util.exporter.Exporter
ghidra.app.util.exporter.AbstractLoaderExporter
ghidra.app.util.exporter.PeExporter
- All Implemented Interfaces:
ExtensionPoint
-
Field Summary
Fields inherited from class ghidra.app.util.exporter.Exporter
EMPTY_OPTIONS, log, provider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
supportsFileFormat
(String fileFormat) Checks to see if the given file format is supported by this exporterMethods inherited from class ghidra.app.util.exporter.AbstractLoaderExporter
export, getOptions, setOptions
Methods inherited from class ghidra.app.util.exporter.Exporter
canExportDomainObject, getDefaultFileExtension, getHelpLocation, getMessageLog, getName, setExporterServiceProvider, supportsPartialExport, toString
-
Constructor Details
-
PeExporter
public PeExporter()Creates a newPeExporter
-
-
Method Details
-
supportsFileFormat
Description copied from class:AbstractLoaderExporter
Checks to see if the given file format is supported by this exporter- Specified by:
supportsFileFormat
in classAbstractLoaderExporter
- Parameters:
fileFormat
- The file format (loader name) of the program to export- Returns:
- True if the given file format is supported by this exporter; otherwise, false
-