|
libintrovirt v0.57.4
IntroVirt introspection library
|
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | introvirt |
| Core IntroVirt classes. | |
| namespace | introvirt::windows |
| Classes related to Microsoft Windows guests. | |
| namespace | introvirt::windows::nt |
| Classes related to the Windows NT kernel. | |
Functions | |
| constexpr uint64_t | introvirt::windows::nt::NtCurrentProcess () |
| Get the handle to the current process. | |
| constexpr uint64_t | introvirt::windows::nt::NtCurrentThread () |
| Get the handle to the current thread. | |
| uint64_t | introvirt::windows::nt::PsGetCurrentProcessId () |
| Get the current process id. | |
| uint64_t | introvirt::windows::nt::PsGetCurrentThreadId () |
| Get the current thread id. | |