Interface IBinaryParser.IBinaryFile

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ARCHIVE
      Binary is an archive, IBinaryArchive
      static int CORE
      Binary is a core file, an IBinaryFile
      static int EXECUTABLE
      Binary is an executable, can be typecast to IBinaryExectuable
      static int OBJECT
      Binary is an object, can be safely typecast to IBinaryObject
      static int SHARED
      Binary is a DLL, can be use as a IBinaryShared
    • Field Detail

      • OBJECT

        static final int OBJECT
        Binary is an object, can be safely typecast to IBinaryObject
        See Also:
        Constant Field Values
      • EXECUTABLE

        static final int EXECUTABLE
        Binary is an executable, can be typecast to IBinaryExectuable
        See Also:
        Constant Field Values
      • SHARED

        static final int SHARED
        Binary is a DLL, can be use as a IBinaryShared
        See Also:
        Constant Field Values
    • Method Detail

      • getPath

        org.eclipse.core.runtime.IPath getPath()
        Filename of the binary
        Returns:
        the path
      • getType

        int getType()
        Binary type
        Returns:
        the type of the binary
      • getBinaryParser

        IBinaryParser getBinaryParser()
        Return the binary parser