wolf109909 / LuaHook

Example of how to hook Lua for Game Hacking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaHook

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

Reminder

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.

About

Example of how to hook Lua for Game Hacking


Languages

Language:C++ 99.3%Language:C 0.7%