CVarRegisterSpreadsheet/README.md

8 lines
360 B
Markdown

# CVarRegisterSpreadsheet
A simple C++ project to detour the CVar__Register function (0x00767fc0) in order to document all available CVar in the WoW 3.3.5.12340 client.
This was done using the MS Detours library and a 2-project setup:
* one to launch Wow.exe with a DLL containing the hook functions
* one which is the DLL containing the hook functions