| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractDebuggerModule |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractDebuggerModule(long id, String name, long base) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long |
getBaseAddress()
Get the library memory address.
| ||||||||||
| long |
getId()
Get the library id.
| ||||||||||
| String |
getName()
Get the library name.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerModule
| |||||||||||
Get the library memory address. Only relevant for debuggers that have access to a virtual memory.
Get the library id.
Get the library name.