public interface

IEntryPointDescription

com.pnfsoftware.jeb.core.units.code.controlflow.IEntryPointDescription

Class Overview

Define the entry Point of a Basic Block.

See Also

Summary

Public Methods
abstract long getAddress()
The address of the first instruction of the basic block
abstract int getMode()
The current mode of the first instruction of the basic block

Public Methods

public abstract long getAddress ()

The address of the first instruction of the basic block

public abstract int getMode ()

The current mode of the first instruction of the basic block