Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IThread

Represents a process thread

Obtained via Process.getThreads()

Hierarchy

  • IThread

Implemented by

Index

Properties

id

id: number

Id of the thread

type

{number}

Methods

getDebugState

getExceptionState

getFloatState32

getFloatState64

getThreadState32

getThreadState64

kill

  • kill(): Promise<object>
  • Kill the thread

    Returns Promise<object>

    success

pause

  • pause(): Promise<object>
  • Pause the thread

    Returns Promise<object>

    success

resume

  • resume(): Promise<object>
  • Resume the thread (for paused threads)

    Returns Promise<object>

    success

setDebugState

  • setDebugState(value: DebugState): Promise<object>

setExceptionState

setFloatState32

setFloatState64

setThreadState32

  • Set the generic 32bit thread state (eax, ecx, ebx, etc...)

    Parameters

    Returns Promise<object>

    success

setThreadState64

Generated using TypeDoc