/PoolMonXv3

Monitor Kernel pool allocations tags

Primary LanguageC++MIT LicenseMIT

PoolMonX v3

Monitor Kernel pool allocations tags

Highlights in this new release:

  • Quick find (filter) (Ctrl+Q)
  • If WinDbg is installed, the updated pooltag.txt file is used for source and description
  • Nicer icons :)
  • Hit SPACE to pause/resume
  • Dark mode

Building

I have started to move away from Nuget towards Vcpkg. Install Vcpkg and then install the following packages:

  • wil:x64-windows
  • wtl:x64-windows
  • detours:x64-windows

Clone the repo with the --recursive flag to clone submodules as well.

Then open the solution file with Visual Studio 2022 and build.

Screenshot

The Green color indicates number is higher than previous. The Red color indicates a lower number than previous update. You can pause/resume updates by hitting SPACE (or using the Toolbar).