Ghost0Dev/FiveM.OffsetDumper — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small standalone Windows C++ tool that dumps FiveM offsets for educational research. It should be fast and lightweight, and when I run it as Administrator it should find the running FiveM GTA process automatically, attach to it, scan memory using a list of signature patterns, calculate the offsets, and print the results clearly in the console.

Please make it easy to compile in Visual Studio 2022 as a Release x64 app. Also make the pattern list easy to edit so I can add new offset names, byte signatures with wildcards, and whether the result needs dereferencing.

Keep the tool focused and simple. Add basic error messages for things like FiveM not running, not being admin, failing to open the process, or no pattern match found. Include a short README with build steps, usage steps, and a clear educational use disclaimer.

Want more depth? Deep Reverse