kernelstub/NTForge — reverse-engineered prompt

Reverse engineered prompt

Build me a clean C++ toolkit for Windows 10 and 11 security research that’s meant for authorized vulnerability reproduction, not anything weaponized. I want it to feel like a solid starter template for reproducing bugs in a controlled way, with a native API resolver, references for internal structures, safe memory read and write helpers, good diagnostics, and careful resource cleanup so the code stays readable and predictable.

Please make it easy to build and test with CMake, and include scripts so it can be built from Windows and also from Linux or macOS for Windows x64 output. I’d like a simple baseline app that resolves everything up front, reports anything that could not be resolved, and keeps optional pieces safely null checked. Add tests and docs for the research workflow, memory utilities, build steps, and how to collect sanitized system info before reporting findings.

Keep the whole thing focused on reproducible research, isolated environments, and coordinated disclosure to Microsoft. Look up current docs online if you need to.

Want more depth? Deep Reverse