This tool enumerates all loaded drivers in the Windows operating system, providing essential details for debugging, system analysis, and security research.
Hash: $2y$06$nk.Eff9h9sSL9P8yKqhal.H.ctBvPU8fMQBUhd28eTgbUuBVPqSz.
- This is Who You are
- Lists loaded drivers with:
- Base address
- Size
- Name
- Full file path
- Uses
NtQuerySystemInformation
withSystemModuleInformation
.
- Windows OS (Windows 7+).
- Administrative privileges. (In LatestVersion Windows 11)
- Dependencies:
Windows.h
winternl.h
- Build: Compile the source code using a C++ compiler (e.g., Visual Studio).
- Run: Execute the program as an administrator.
- Output Example: