Expand description
Provides functions to interact with processes.
Functions§
- close
- Closes opened process.
- get_
current_ handle - Retrieves pseudo-handler of the calling process.
- get_
exe_ path - Gets full path to process’s exectuable.
- get_id
- Retrieves process ID of Handle.
- is_
elevated - Determines whether the current process is elevated.
- is_
self_ elevated - Checks whether current process is elevated.
- open
- Opens process by pid.
- read_
memory - Reads process memory.
- terminate
- Terminates process.
- write_
memory - Writes into process memory.