Example of how to hook Lua for Game Hacking
This code works perfectly to hook Lua inside Vermintide 2 but can be easily addapted to any game.
Twitter: @Niemand_sec
More info: Personal Blog
There are to branches: master and ACTF. The second one has been adapted to work perfectly for any game. Just a pattern and a mask need to be provided. This pattern will be used to locate the target function to hook and place the hook there. Detour has been replaced by MinHook.