com.pnfsoftware.jeb.core.units.code.IEntryPointDescription |
![]() |
Definition of an entry-point for code execution, consisting of an address as well as a processor mode.
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.
|
The address of the first instruction of the basic block. Returns -1 for unknown address.
The current mode of the first instruction of the basic block
Indicate if the Entry point relates to an unknown address.