com.pnfsoftware.jeb.core.units.code.asm.items.INativeMemoryItem |
Known Indirect Subclasses |
Secondary master interface for native code items that have a start address, but may not span a continuous range of bytes.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getLabel()
Label == Effective name
| ||||||||||
abstract long |
getMemoryAddress()
Get the memory address of this item in bytes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeItemListenable
|
Label == Effective name
Get the memory address of this item in bytes. All memory items must have a valid memory address.