Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 556 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 556 Bytes

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.