Detokenze/UpadtedMethod — reverse-engineered prompt

Reverse engineered prompt

Build me a Windows only research demo that helps me understand how kiosk style apps watch for focus changes, app switching, screenshots, and clipboard activity, but only against a fake local test app that we control. I want it to feel like the project in this repo, with a small C plus plus DLL that can hook into the dummy app and a simple Python launcher that waits for the test app, attaches the DLL, and lets me turn the hooks on and off with hotkeys.

Please keep it clearly educational and safe, with no support for real exam software, proctoring tools, or bypassing protections in actual products. Include a basic window with a few visible restrictions so I can see what is being monitored, plus a clean way to stop the hooks and restore normal behavior. Make the setup straightforward on Windows, explain how to build the DLL, install the Python requirements, and run the demo end to end. Look up current Windows docs if you need to.

Want more depth? Deep Reverse