| com.pnfsoftware.jeb.core.units.code.asm.items.INativeMemoryItem |
Known Indirect Subclasses
|
Secondary master interface for native code item that has a start address.
|
[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
| |||||||||||
Label == Effective name
Get the memory address of this item in bytes. All memory items must have a valid memory address.