Class PointerLocation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.PointerLocation
A pointer location, combining a
Pointer
with location (address) information.-
Constructor Summary
ConstructorsConstructorDescriptionPointerLocation
(long loc, Pointer ptr) PointerLocation
(long loc, Pointer ptr, int flags) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getFlags()
analysis flags, a combination anyFLAG_xxx
entry (for example:INativeCodeAnalyzer.FLAG_NO_ROUTINE
)long
int
hashCode()
toString()
-
Constructor Details
-
PointerLocation
-
PointerLocation
-
-
Method Details
-
getLocation
public long getLocation() -
getPointer
-
getFlags
public int getFlags()analysis flags, a combination anyFLAG_xxx
entry (for example:INativeCodeAnalyzer.FLAG_NO_ROUTINE
)- Returns:
-
hashCode
public int hashCode() -
equals
-
toString
-