Module process

Source
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.