NTMemory is a fully usermode Windows NT Explorer.
Query kernel addresses, translate virtual to physical addresses, inspect the PFN database, and more.
- Physical memory usage tracking
- Page file statistics
- Commit charge monitoring
- File cache statistics
- Memory history graphs
- 8-priority standby list breakdown (P0-P7)
- Memory list tracking (zeroed, free, modified, modified no-write)
- Kernel pool statistics (paged and non-paged)
- Context switches and system calls counters
- Memory compression statistics (Windows 10+)
- Kernel address enumeration - EPROCESS and KTHREAD pointers for all processes/threads
- Loaded kernel driver enumeration
- Driver load order, base addresses, sizes, and paths
- Kernel export resolution - Full ntoskrnl.exe export table with calculated kernel addresses
- Virtual to physical address translation - Translate any kernel VA to PA from usermode via Superfetch
- PFN database queries - Query Page Frame Number database for page state and usage
- Physical memory range mapping
- Per-process memory statistics (working set, private bytes, page faults)
- Kernel pool allocation tracking by tag
- Paged and non-paged pool usage breakdown
- Allocation counts per tag
- System-wide handle count
- Handle type breakdown (File, Key, Event, Mutant, Section, Thread, Process, Token, Other)
- Per-process handle details
- Handle access rights and values
- I/O operation metrics (read, write, other)
- Per-processor statistics (kernel time, user time, DPC time, interrupts)
- Application launch history from prefetch files
- File sizes and last access timestamps
- Windows 10/11 (64-bit)
- Administrator privileges
- SysMain service (for Superfetch features)
- Visual Studio 2019+
- Windows SDK 10.0.19041.0+
- DirectX 11 SDK
- Dear ImGui
- DirectX 11
- ntdll.lib
This project is licensed under the terms of the MIT license.
- Dear ImGui by Omar Cornut
- Windows Internals by Yosifovich, Ionescu, Russinovich, Solomon
- ReactOS project
- Geoff Chappell for undocumented Windows research
- superfetch by jonomango - inspiration for this project
