public interface

IDebuggerModule

com.pnfsoftware.jeb.core.units.code.debug.IDebuggerModule
Known Indirect Subclasses

Class Overview

Definition of a library or code module.

Summary

Public Methods
abstract long getBaseAddress()
Get the library memory address.
abstract long getId()
Get the library id.
abstract String getName()
Get the library name.

Public Methods

public abstract long getBaseAddress ()

Get the library memory address. Only relevant for debuggers that have access to a virtual memory.

Returns
  • the base address, -1 if none/irrelevant

public abstract long getId ()

Get the library id.

Returns
  • the positive id, -1 if none

public abstract String getName ()

Get the library name.

Returns
  • the name, null if none