Package ghidra.app.util.bin.format.pe
Class ImportInfo
java.lang.Object
ghidra.app.util.bin.format.pe.ImportInfo
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the adjusted address where the import occurs.Returns a comment string containing extra information about the import.getDLL()
Returns the name of the imported DLL.getName()
Returns the name of the imported symbol.boolean
isBound()
Returns true if this is a bound import.
-
Method Details
-
getAddress
public int getAddress()Returns the adjusted address where the import occurs.- Returns:
- the adjusted address where the import occurs
-
getComment
Returns a comment string containing extra information about the import.- Returns:
- a comment string containing extra information about the import
-
getDLL
Returns the name of the imported DLL.- Returns:
- the name of the imported DLL
-
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
-