Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Memory.Module

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Memory.Module
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { Module } = Protocol.Memory;

Executable module information

Properties

name: string

Name of the module.

uuid: string

UUID of the module.

baseAddress: string

Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.

size: number

Size of the module in bytes.