com.pnfsoftware.jeb.core.units.code.android.dex.IDexAddress |
Reference in the DEX unit.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract long |
getEncodedAddress()
Get the encoded address, represented as a long.
| ||||||||||
abstract int | getFlags() | ||||||||||
abstract String | getInfo() | ||||||||||
abstract String |
getInternalAddress()
Get the internal address.
| ||||||||||
abstract DexReferenceType | getReferenceType() | ||||||||||
abstract String |
getUserAddress()
Get the user (non-internal) string address.
|
Get the encoded address, represented as a long. Optional operation.
The 8-byte packed long is encoded as:
tt oo oo oo oo vv vv vv t (1 byte) : a tag, refer toITAG_xxx
o (4 bytes) : optional 32-bit bytecode offset, if tag isITAG_BYTECODE
v (3 bytes) : object index in the pool
Get the internal address. Always present.
Get the user (non-internal) string address. Optional operation.