HyperDbg Debugger
Loading...
Searching...
No Matches
objects.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
20 PDEBUGGEE_PROCESS_LIST_NEEDED_DETAILS SymDetailsForProcessList,
21 UINT64 Eprocess,
22 PDEBUGGEE_THREAD_LIST_NEEDED_DETAILS SymDetailsForThreadList);
23
UCHAR BOOLEAN
Definition BasicTypes.h:39
unsigned __int64 UINT64
Definition BasicTypes.h:21
BOOLEAN ObjectShowProcessesOrThreadList(BOOLEAN IsProcess, PDEBUGGEE_PROCESS_LIST_NEEDED_DETAILS SymDetailsForProcessList, UINT64 Eprocess, PDEBUGGEE_THREAD_LIST_NEEDED_DETAILS SymDetailsForThreadList)
Get details about processes or threads.
Definition objects.cpp:138
BOOLEAN ObjectShowProcessesOrThreadDetails(BOOLEAN IsProcess)
Get details about processes or threads.
Definition objects.cpp:26
The structure of needed information to get the details of the process from nt!_EPROCESS and location ...
Definition RequestStructures.h:684
The structure of needed information to get the details of the thread from nt!_ETHREAD and location of...
Definition RequestStructures.h:698