Class ImportInfo

java.lang.Object
ghidra.app.util.bin.format.pe.ImportInfo

public class ImportInfo extends Object
  • Method Details

    • getAddress

      public int getAddress()
      Returns the adjusted address where the import occurs.
      Returns:
      the adjusted address where the import occurs
    • getComment

      public String getComment()
      Returns a comment string containing extra information about the import.
      Returns:
      a comment string containing extra information about the import
    • getDLL

      public String getDLL()
      Returns the name of the imported DLL.
      Returns:
      the name of the imported DLL
    • getName

      public String getName()
      Returns the name of the imported symbol.
      Returns:
      the name of the imported symbol
    • isBound

      public boolean isBound()
      Returns true if this is a bound import.
      Returns:
      true if this is a bound import