Class DataHints
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.items.DataHints
Hints for native data items.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Hint: the data item may be an absolute virtual address.static final int
Hint: the data item may be an image-base relative virtual address. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ABSOLUTE_ADDRESS
public static final int ABSOLUTE_ADDRESSHint: the data item may be an absolute virtual address. The item type may or may not be compatible with that hint.- See Also:
-
RELATIVE_ADDRESS
public static final int RELATIVE_ADDRESSHint: the data item may be an image-base relative virtual address. The item type may or may not be compatible with that hint.NOTE: A similar hint can also be set onto structure field definitions, which are part of structure types; see
IStructureTypeField.FLAG_HINT_RVA
- See Also:
-
-
Constructor Details
-
DataHints
public DataHints()
-
-
Method Details
-
setAddressCalculationHint
public void setAddressCalculationHint(int addressCalculationHint) - Parameters:
addressCalculationHint
- 0 orABSOLUTE_ADDRESS
orRELATIVE_ADDRESS
-
getAddressCalculationHint
public int getAddressCalculationHint()- Returns:
-