Projects for WoW 3.3.5.12340. Project: Launcher/Hook Hooks the function FrameScript_RegisterFunction (0x00817F90) to log registered LUA functions to a CSV. Project: GhidraParser After importing those logged functions into Ghidra, I exported the decompiled version and parsed the source code to retrieve even more information about those functions.
Updated 2024-01-30 08:37:31 +01:00
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
Updated 2024-01-14 18:03:50 +01:00