OperatingSystemWinX86_64.process¶
-
OperatingSystemWinX86_64.
process
(pid=None, dtb=None)¶ Get a process running in the guest.
This function tries to retrieve a process running in the guest based on its PID or DTB.
- Parameters
- Returns
A presentation of the process or None if the process cannot be found.
- Return type
- Raises
ValueError – If neither PID nor DTB was specified.