Class Handle
java.lang.Object
ghidra.app.plugin.processors.generic.Handle
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Details
-
SPACE
public static final int SPACE- See Also:
-
OFFSET
public static final int OFFSET- See Also:
-
SIZE
public static final int SIZE- See Also:
-
-
Constructor Details
-
Handle
-
-
Method Details
-
getLong
public long getLong(int select1, int select2) Method getLong.- Parameters:
select1
-select2
-- Returns:
- long
-
getSpace
public long getSpace() -
getSize
public long getSize() -
getPtr
-
isAddress
public boolean isAddress() -
isCodeAddress
Deprecated. -
isDataAddress
public boolean isDataAddress() -
isConstant
public boolean isConstant() -
isRegister
public boolean isRegister() -
isUnique
public boolean isUnique() -
dynamic
public boolean dynamic()
-