Module inside a debugged target process. More...
Inherits BinNavi::APIHelpers::ApiObject< CMemoryModule >.
Public Member Functions | |
| Address | getBaseAddress () |
| Base address of the module. | |
| String | getName () |
| Name of the module. | |
| long | getSize () |
| Size of the module. | |
Represents a module that is loaded into the memory of the target process. This module can be either the target module itself or dynamically loaded libraries that were loaded into the address space of the target process.
| Address BinNavi.API.debug.MemoryModule.getBaseAddress | ( | ) |
Returns the base address of the module.
| String BinNavi.API.debug.MemoryModule.getName | ( | ) |
Returns the name of the module.
| long BinNavi.API.debug.MemoryModule.getSize | ( | ) |
Returns the size of the module in bytes.
1.7.1