LuaFunctionRegisterSpreadsheet/README.md

9 lines
389 B
Markdown
Raw Normal View History

2024-01-22 02:22:32 +01:00
# LuaFunctionRegisterSpreadsheet
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.