diff options
author | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-30 18:42:10 +0100 |
---|---|---|
committer | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-30 18:42:10 +0100 |
commit | 24ca502e3af452603ed191948e5ece016e2204b2 (patch) | |
tree | 52964d5f1cb574b155cbc23ad764aa64fb41f330 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbc2875 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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](https://youtu.be/2Ug0IrNZ49M) channel. +Here is a processed version of the [spreadsheet](https://git.drfrugal.xyz/doc/CVar__Register_calls_3.3.5.12340.ods). +Make sure you compile to x86! |