[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [Module](./puppeteer.protocol.memory.module.md) ## Protocol.Memory.Module interface Executable module information Signature: ```typescript export interface Module ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [baseAddress](./puppeteer.protocol.memory.module.baseaddress.md) | string | Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string. | | [name](./puppeteer.protocol.memory.module.name.md) | string | Name of the module. | | [size](./puppeteer.protocol.memory.module.size.md) | number | Size of the module in bytes. | | [uuid](./puppeteer.protocol.memory.module.uuid.md) | string | UUID of the module. |