public interface

INativeMemoryItem

implements INativeItem
com.pnfsoftware.jeb.core.units.code.asm.items.INativeMemoryItem
Known Indirect Subclasses

Class Overview

Secondary master interface for native code items that have a start address, but may not span a continuous range of bytes.

Summary

[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

Public Methods

public abstract String getLabel ()

Label == Effective name

public abstract long getMemoryAddress ()

Get the memory address of this item in bytes. All memory items must have a valid memory address.