module :
kong.internal.dynamic_object
struct : dynamic_object
| Type | Name | Description |
| Data: | ||
| void* | address; | Mapped address in memory. |
| string | name; | Full path to library. |
| image_interface | image; | ELF instance on linux. PE on win32. |
Symbolic constants
| static const string IMAGE_SELF; | Current process image |
| static const string IMAGE_KERNEL; | Kernel mapping (linux only) |
