noahware/hyper-reV — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows research tool for my own lab machine that uses Hyper V to inspect the memory of the running Windows guest from below the OS.
I want it to load during the UEFI boot flow, attach a small component into Hyper V, then give me a simple user mode console debugger after Windows starts. From the console I should be able to read and write guest virtual and physical memory, translate virtual addresses to physical addresses, add and remove EPT or NPT style code hooks on Intel and AMD systems, view logs, and use short command aliases.
Please make the setup practical, with clear build steps, a load script, notes for Secure Boot and TPM, and separate build options for Intel and AMD. Keep it focused on reverse engineering and memory introspection on my own test machine. Look up current Windows and UEFI docs online if you need to.
Want more depth? Deep Reverse