public class

CallGraphTarget

extends BranchTarget
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.BranchTarget
     ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.CallGraphTarget

Class Overview

A callgraph target is either:

Summary

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
From class com.pnfsoftware.jeb.core.units.code.asm.analyzer.BranchTarget
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.analyzer.IBranchTarget

Public Methods

public static CallGraphTarget buildExternalTarget (INativeMethodItem externalRtn)

public static CallGraphTarget buildInternalTarget (EntryPointDescription epDescription)

public static CallGraphTarget buildUnresolvedTarget (long dereferencedAddress)

public boolean equals (Object obj)

public long getDereferencedAddress ()

public int hashCode ()

public boolean isResolved ()