|
HyperDbg Debugger
|
Cross platform APIs for process and thread queries. More...
Go to the source code of this file.
Functions | |
| HANDLE | PlatformProcessGetCurrentThreadId (VOID) |
| Get the current thread ID. | |
| HANDLE | PlatformProcessGetCurrentProcessId (VOID) |
| Get the current process ID. | |
| PVOID | PlatformProcessGetCurrentProcess (VOID) |
| Get the current process (PEPROCESS). | |
| PVOID | PlatformProcessGetCurrentThread (VOID) |
| Get the current thread (PETHREAD). | |
| PVOID | PlatformProcessGetCurrentThreadTeb (VOID) |
| Get the TEB (Thread Environment Block) of the current thread. | |
Cross platform APIs for process and thread queries.
| PVOID PlatformProcessGetCurrentProcess | ( | VOID | ) |
Get the current process (PEPROCESS).
| HANDLE PlatformProcessGetCurrentProcessId | ( | VOID | ) |
Get the current process ID.
| PVOID PlatformProcessGetCurrentThread | ( | VOID | ) |
Get the current thread (PETHREAD).
| HANDLE PlatformProcessGetCurrentThreadId | ( | VOID | ) |
Get the current thread ID.
| PVOID PlatformProcessGetCurrentThreadTeb | ( | VOID | ) |
Get the TEB (Thread Environment Block) of the current thread.