Class PeExporter

All Implemented Interfaces:
ExtensionPoint

public class PeExporter extends AbstractLoaderExporter
An Exporter that can export programs imported with the PeLoader
  • Constructor Details

    • PeExporter

      public PeExporter()
      Creates a new PeExporter
  • Method Details

    • supportsFileFormat

      protected boolean supportsFileFormat(String fileFormat)
      Description copied from class: AbstractLoaderExporter
      Checks to see if the given file format is supported by this exporter
      Specified by:
      supportsFileFormat in class AbstractLoaderExporter
      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