java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.units.code.asm.analyzer.BranchTarget | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.analyzer.CallGraphTarget |
A callgraph target is either:
buildInternalTarget(EntryPointDescription)
buildExternalTarget(INativeMethodItem)
buildUnresolvedTarget(long)
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static CallGraphTarget | buildExternalTarget(INativeMethodItem externalRtn) | ||||||||||
static CallGraphTarget | buildInternalTarget(EntryPointDescription epDescription) | ||||||||||
static CallGraphTarget | buildUnresolvedTarget(long dereferencedAddress) | ||||||||||
boolean | equals(Object obj) | ||||||||||
long | getDereferencedAddress() | ||||||||||
int | hashCode() | ||||||||||
boolean | isResolved() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |