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
Go to file
DrFrugal c0d255d8f4 Initial commit 2023-07-02 11:23:06 +02:00
.gitignore Initial commit 2023-07-02 11:23:06 +02:00
LICENSE Initial commit 2023-07-02 11:23:06 +02:00
README.md Initial commit 2023-07-02 11:23:06 +02:00

README.md

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