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 ReferenceLocation
create
(long address) static ReferenceLocation
createFromExternalRoutine
(INativeMethodItem externalRtn) boolean
int
hashCode()
boolean
boolean
toString()
-
Method Details
-
create
-
createFromExternalRoutine
-
isInternalAddress
public boolean isInternalAddress() -
getInternalAddress
-
isExternalMethod
public boolean isExternalMethod() -
getExternalMethod
-
hashCode
public int hashCode() -
equals
-
toString
-