Interface IBinaryParser.IBinaryObject

    • Method Detail

      • hasDebug

        boolean hasDebug()
        True if the binary contains debug information
        Returns:
        true if debug information
      • getCPU

        String getCPU()
        CPU name
        Returns:
        String - cpu name
      • getText

        long getText()
      • getData

        long getData()
      • getBSS

        long getBSS()
      • isLittleEndian

        boolean isLittleEndian()
        The endian
        Returns:
        boolean - true for little endian
      • getSymbols

        IBinaryParser.ISymbol[] getSymbols()
        Symbols of the object
        Returns:
        ISymbol[] arrays of symbols
      • getName

        String getName()
        The name of the object
        Returns:
        String