CVarRegisterSpreadsheet

C++ solution to document available CVar in WoW 3.3.5.12340.
This is done by detouring the CVar__Register function at 0x00767fc0 via MS Detour, writing the calls to a CSV file.

This was done using a 2-project setup:

  • Hook: DLL containing the new function logic
  • Launcher: start Wow.exe and hook certain functions with the DLL logic

My video explaining the code in more detail can be found on my YouTube channel.

Description
C++ solution to document available CVar in WoW 3.3.5.12340
Readme MIT 1 MiB
1.0.0 Latest
2026-01-15 02:17:04 +01:00
Languages
C++ 83.8%
C 16.2%