Class MSCoffLoader

    • Constructor Detail

      • MSCoffLoader

        public MSCoffLoader()
    • Method Detail

      • isMicrosoftFormat

        public boolean isMicrosoftFormat()
        Overrides:
        isMicrosoftFormat in class CoffLoader
        Returns:
        true if this loader assumes the Microsoft variant of the COFF format
      • getName

        public java.lang.String getName()
        Description copied from interface: Loader
        Gets the Loader's name, which is used both for display purposes, and to identify the Loader in the opinion files.
        Specified by:
        getName in interface Loader
        Overrides:
        getName in class CoffLoader
        Returns:
        The Loader's name.
      • isCaseInsensitiveLibraryFilenames

        protected boolean isCaseInsensitiveLibraryFilenames()
        Description copied from class: AbstractLibrarySupportLoader
        Specifies if the library filenames specified by this loader should be exact case match or case-insensitive.

        Derived loader classes should override this method and specify if the OS that normally handles this type of binary is case-insensitive.

        Overrides:
        isCaseInsensitiveLibraryFilenames in class AbstractLibrarySupportLoader
        Returns:
        - true if case-insensitive or false if case-sensitive.