com.pnfsoftware.jeb.core.units.code.ICodePointer |
Known Indirect Subclasses |
Definition of a pointer to code (an entry-point), consisting of an address and 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
| ||||||||||
abstract String | toString() |
Get the address of the entry-point
isUnknownAddress()
)
Get the entry-point processor mode
Indicate if the entry-point relates to an unknown address
The returned format is 0xADDRESS(MODE)
or simply 0xADDRESS
for
default mode
.