Class AbstractDebuggerModule
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractDebuggerModule
- All Implemented Interfaces:
IDebuggerModule
Base implementation of a module.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractDebuggerModule
-
-
Method Details
-
getId
public long getId()Description copied from interface:IDebuggerModule
Get the library id.- Specified by:
getId
in interfaceIDebuggerModule
- Returns:
- the positive id, -1 if none
-
getName
Description copied from interface:IDebuggerModule
Get the library name.- Specified by:
getName
in interfaceIDebuggerModule
- Returns:
- the name, null if none
-
getBaseAddress
public long getBaseAddress()Description copied from interface:IDebuggerModule
Get the library memory address. Only relevant for debuggers that have access to a virtual memory.- Specified by:
getBaseAddress
in interfaceIDebuggerModule
- Returns:
- the base address, -1 if none/irrelevant
-
toString
-