MicrosoftARMAssembler/Hyperspace ? reverse-engineered prompt
Reverse engineered prompt
Build me a Windows kernel driver project with a matching client app that can demonstrate a few different low level features in one place, like loading a driver, talking between user mode and kernel mode, reading and writing memory in a controlled test environment, and showing basic emulation and injection style workflows for research and debugging.
I want it organized as a single solution with separate parts for the driver, client, dumper, injector, shared code, and payload. Make it feel like a real tool I could open and run, with clear names, simple startup flow, and enough structure that I can extend it later. If you need to, look up current Windows driver development docs online so the project setup is modern and works on current Windows versions. Also include a basic way to test that the client and driver are connected and responding correctly.
Are you gonna build this?
make sure you review the code using coderabbit