| com.pnfsoftware.jeb.core.units.code.IEntryPointDescription |
Known Indirect Subclasses
|
Definition of an entry-point for code execution, consisting of an address as well as a processor
mode. The entry-point might actually correspond to an unknown location (see
isUnknownAddress()), and serves as a way to indicate a possible code execution.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract long |
getAddress()
Get the address of the entry-point
| ||||||||||
| abstract int |
getMode()
Get the entry-point processor mode
| ||||||||||
| abstract boolean |
isUnknownAddress()
Indicate if the entry-point relates to an unknown address
| ||||||||||
Get the address of the entry-point
isUnknownAddress())
Get the entry-point processor mode
Indicate if the entry-point relates to an unknown address