This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Windows.h> | |
#include <psapi.h> | |
int main() | |
{ | |
HANDLE ProcessHandle; | |
ULONG Processes[4096]; | |
ULONG DataSize; | |
ULONG NumberOfProcesses; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?? @@(ntoskrnl!MiState) + #FIELD_OFFSET(ntoskrnl!_MI_SYSTEM_INFORMATION, Vs); ? poi(ntoskrnl!MiVisibleState) | |
10.0.15063.1659 x64 | |
unsigned int64 0x00000001`4036d080 | |
Evaluate expression: 5372301504 = 00000001`4036d0c0 | |
10.0.15063.1659 x86 | |
unsigned int64 0x60f700 |