armvirus/SinMapper — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows C++ proof of concept for a controlled lab that shows how a usermode tool can load a test signed driver and pass its image base and size into a custom DriverEntry, using a small example driver so I can see the full flow end to end. I want it to feel like this repo, with a simple command line app that takes my driver, another signed driver, and a PE section name, then demonstrates the mapping process and prints clear debug output so I can verify it worked.
Please keep it educational and safe, only for a VM or test machine, and do not include anything for hiding activity, clearing system traces, bypassing anti cheat, or abusing vulnerable drivers. Include the example driver, build instructions, and a short usage example for supported Windows 10 and Windows 11 setups. If anything is unclear, look up the current Windows driver development docs online and make reasonable choices.
Want more depth? Deep Reverse