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 booleansupportsFileFormat(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, setOptionsMethods 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:AbstractLoaderExporterChecks to see if the given file format is supported by this exporter- Specified by:
supportsFileFormatin 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
-