java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.units.code.asm.analyzer.BranchTarget | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.analyzer.CallGraphVertex |
A callgraph vertex is either build from:
buildFromInternalTarget(EntryPointDescription)
buildFromExternalTarget(INativeMethodItem)
buildFromUnresolvedTarget(long)
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static CallGraphVertex | buildFromExternalTarget(INativeMethodItem externalRtn) | ||||||||||
static CallGraphVertex | buildFromInternalTarget(EntryPointDescription epDescription) | ||||||||||
static CallGraphVertex | buildFromUnresolvedTarget(long dereferencedAddress) | ||||||||||
boolean | equals(Object obj) | ||||||||||
long | getDereferencedAddress() | ||||||||||
int | hashCode() | ||||||||||
boolean | isResolved() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |