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 TypeMethodDescriptionbooleanintgetFlags()analysis flags, a combination anyFLAG_xxxentry (for example:INativeCodeAnalyzer.FLAG_NO_ROUTINE)longinthashCode()toString()
-
Constructor Details
-
PointerLocation
-
PointerLocation
-
-
Method Details
-
getLocation
public long getLocation() -
getPointer
-
getFlags
public int getFlags()analysis flags, a combination anyFLAG_xxxentry (for example:INativeCodeAnalyzer.FLAG_NO_ROUTINE)- Returns:
-
hashCode
public int hashCode() -
equals
-
toString
-