Crate processes

source ·
Expand description

A utility library for accessing processes and modules on windows.

Modules

  • Module containing function pointer related types.
  • memorymemory
    Module containing utilities for dealing with memory of another process.

Structs

Enums

Traits

Functions

  • Returns an iterator over all currently running processes.
  • Returns an abstraction for the current process.
  • Finds all processes whose name contains the given string.
  • Finds the first process whose name contains the given string.
  • Finds the process with the given pid.

Type Definitions