public interface

IEntryPointDescription

com.pnfsoftware.jeb.core.units.code.IEntryPointDescription
Known Indirect Subclasses

Class Overview

Definition of an entry-point for code execution, consisting of an address as well as a processor mode.

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
abstract boolean isUnknownAddress()
Indicate if the Entry point relates to an unknown address.

Public Methods

public abstract long getAddress ()

The address of the first instruction of the basic block. Returns -1 for unknown address.

public abstract int getMode ()

The current mode of the first instruction of the basic block

public abstract boolean isUnknownAddress ()

Indicate if the Entry point relates to an unknown address.