dasciam/mc-hooks — reverse-engineered prompt
Reverse engineered prompt
Build me a small educational Windows project that hooks into Minecraft for Windows and shows the basics of reverse engineering in a safe demo style. I want it to use signature scanning to find the right functions at runtime and inline hooking to intercept them, then print clear debug output so I can see when the hook is installed and when the target code is hit. Keep it focused on learning, not cheats or gameplay hacks.
Please make it build cleanly with CMake and MSVC for Windows x64, and set up whatever is needed so someone can clone it, build it, and understand what is happening from the code and console logs. A short README with simple build and run instructions would help too. If there are any offsets or patterns that need updating, look up current docs online if you need to. I would also like the code to be reasonably commented so it is easy to follow.
Want more depth? Deep Reverse