Skip to content

Instantly share code, notes, and snippets.

View Xyrem's full-sized avatar
🌗
To the moon

Aryan Xyrem

🌗
To the moon
View GitHub Profile
/*
* Module Name:
* WorkingSetWatch.cpp
*
* Abstract:
* Tracks page faults that occur within the process.
*
* NOTE: This is not compatible with Wow64 and must be run as a 64-bit
* program on x64 and a 32-bit program on x86.
*