You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Return the task_struct object that matches the pid. If a physical or a virtual address is provided, construct the task_struct object at said address. Only one parameter is allowed.
56
+
57
+
Args:
58
+
pid (int, optional): PID to search for
59
+
virtaddr (int, optional): Virtual address to construct object at
60
+
physaddr (int, optional): Physical address to construct object at
"""Returns the _EPROCESS object that matches the pid. If a physical or a virtual address is provided, construct the _EPROCESS object at said address. Only one parameter is allowed.
49
+
50
+
Args:
51
+
pid (int, optional): PID / UniqueProcessId to search for.
52
+
virtaddr (int, optional): Virtual address to construct object at
53
+
physaddr (int, optional): Physical address to construct object at
0 commit comments