mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
963 B
963 B
Home > puppeteer > Protocol > Memory > Module
Protocol.Memory.Module interface
Executable module information
Signature:
export interface Module
Properties
Property | Type | Description |
---|---|---|
baseAddress | string | Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string. |
name | string | Name of the module. |
size | number | Size of the module in bytes. |
uuid | string | UUID of the module. |