public interface

IFlowInformation

com.pnfsoftware.jeb.core.units.code.IFlowInformation

Class Overview

Information relative to flow change (break in the flow, indicating the end of a Basic Block).

Summary

Public Methods
abstract List<IEntryPointDescription> getTargets()
Get the a list of targets.
abstract boolean isBroken()
Determine if this object does contain flow information.

Public Methods

public abstract List<IEntryPointDescription> getTargets ()

Get the a list of targets.

Returns
  • the list of addresses that must be checked, possibly empty. A null value signifies no-flow information.

public abstract boolean isBroken ()

Determine if this object does contain flow information.

Returns
  • true is the flow is broken (eg, generic branch)