Class ReferenceLocation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.analyzer.ReferenceLocation
Locations of
IReference source/targets, can be either an internal address or an external
routine.
Immutable; the referenced location may not be though.-
Method Summary
Modifier and TypeMethodDescriptionstatic ReferenceLocationcreate(long address) static ReferenceLocationcreateFromExternalRoutine(INativeMethodItem externalRtn) booleaninthashCode()booleanbooleantoString()
-
Method Details
-
create
-
createFromExternalRoutine
-
isInternalAddress
public boolean isInternalAddress() -
getInternalAddress
-
isExternalMethod
public boolean isExternalMethod() -
getExternalMethod
-
hashCode
public int hashCode() -
equals
-
toString
-