HyperDbg Debugger
Loading...
Searching...
No Matches
PlatformProcess.h
Go to the documentation of this file.
1
12#pragma once
13
14#if defined(__linux__)
16#endif // defined(__linux__)
17
19// Functions //
21
22HANDLE
24
25HANDLE
27
30
33
PVOID PlatformProcessGetCurrentProcess(VOID)
Get the current process (PEPROCESS).
Definition PlatformProcess.c:70
HANDLE PlatformProcessGetCurrentThreadId(VOID)
Get the current thread ID.
Definition PlatformProcess.c:24
PVOID PlatformProcessGetCurrentThread(VOID)
Get the current thread (PETHREAD).
Definition PlatformProcess.c:93
HANDLE PlatformProcessGetCurrentProcessId(VOID)
Get the current process ID.
Definition PlatformProcess.c:47
PVOID PlatformProcessGetCurrentThreadTeb(VOID)
Get the TEB (Thread Environment Block) of the current thread.
Definition PlatformProcess.c:116
void * PVOID
Definition BasicTypes.h:56