Class Handle
- java.lang.Object
-
- ghidra.app.plugin.processors.generic.Handle
-
- All Implemented Interfaces:
java.io.Serializable
public class Handle extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
dynamic()
long
getLong(int select1, int select2)
Method getLong.Varnode
getPtr()
long
getSize()
long
getSpace()
boolean
isAddress()
boolean
isCodeAddress()
Deprecated.boolean
isConstant()
boolean
isDataAddress()
boolean
isRegister()
boolean
isUnique()
-
-
-
Field Detail
-
SPACE
public static final int SPACE
- See Also:
- Constant Field Values
-
OFFSET
public static final int OFFSET
- See Also:
- Constant Field Values
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Handle
public Handle(Varnode p, int sp, int sz)
-
-
Method Detail
-
getLong
public long getLong(int select1, int select2)
Method getLong.- Parameters:
select1
-select2
-- Returns:
- long
-
getSpace
public long getSpace()
-
getSize
public long getSize()
-
getPtr
public Varnode getPtr()
-
isAddress
public boolean isAddress()
-
isCodeAddress
@Deprecated public boolean isCodeAddress()
Deprecated.
-
isDataAddress
public boolean isDataAddress()
-
isConstant
public boolean isConstant()
-
isRegister
public boolean isRegister()
-
isUnique
public boolean isUnique()
-
dynamic
public boolean dynamic()
-
-