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.
Go to file
DrFrugal a0ff3fde4d improving performance by refactoring:
-> declaration lookup (it's own loop at the start)
-> indent check (starting at index 2, jumpting by 2 steps, since block levels increase by 2 spaces each time)
-> removed function start and end bracket from src vector
2024-01-30 08:37:42 +01:00
GhidraParser improving performance by refactoring: 2024-01-30 08:37:42 +01:00
Hook initial commit with yet again adjusted .gitignore... thank you visual studio 2024-01-22 02:31:32 +01:00
Launcher initial commit with yet again adjusted .gitignore... thank you visual studio 2024-01-22 02:31:32 +01:00
packages/Detours.4.0.1 initial commit with yet again adjusted .gitignore... thank you visual studio 2024-01-22 02:31:32 +01:00
.gitignore initial commit with yet again adjusted .gitignore... thank you visual studio 2024-01-22 02:31:32 +01:00
LICENSE Initial commit 2024-01-22 02:22:32 +01:00
LuaFunctionRegisterSpreadsheet.sln initial commit with yet again adjusted .gitignore... thank you visual studio 2024-01-22 02:31:32 +01:00
README.md initial commit with yet again adjusted .gitignore... thank you visual studio 2024-01-22 02:31:32 +01:00

README.md

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.