Fivem Offset Dumper
A lightweight C++ tool that automatically scans running FiveM processes to detect and dump critical memory offsets using pattern matching, wildcard support, and RIP-relative resolution.
It identifies the FiveM window and build version, opens a process handle, and safely reads committed memory regions to resolve static addresses for world, camera, viewport, blip lists, and other structures. Pointer dereferencing and modular scanning logic ensure accurate results across different FiveM builds.
- Fully automated process detection and handle management
- Wildcard pattern scanning with RIP-relative address resolution
- Smart pointer dereferencing for final static addresses
- Automatic build detection from executable names
- Support for key offsets including world, camera, and replay interface