CVarRegisterSpreadsheet/README.md

10 lines
451 B
Markdown
Raw Permalink Normal View History

2023-07-02 11:23:06 +02:00
# 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
A video explaining the code in more detail can be found here:
https://youtu.be/2Ug0IrNZ49M