Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProcess

An opened process

Allow reading and writing of memory in a process. Also allows for the process to be debugged. You can obtain a process by calling ProcessInfo.open.

Hierarchy

  • IProcess

Implemented by

Index

Properties

Methods

Properties

info

Public description of this process

type

{IProcessInfo}

memory

memory: IMemory

Access to the memory of the process

type

{IMemory}

Methods

getThreads

pause

  • pause(): Promise<object>
  • Pauses the process

    Returns Promise<object>

    success

resume

  • resume(): Promise<object>
  • Resumes the process (for processes that are paused)

    Returns Promise<object>

    success

Generated using TypeDoc