SoraTenshi / zig-bait

A Zig Hooking Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Roadmap: (or what will be done, attempted or whatnot)

  • Simple VMT Hook
  • "Advanced" VMT Hook (copy vtable, with RTTI and overwrite the whole thing)
  • Detour hook (save prologue, overwrite with jmp to own address, replay prologue, call "hook")
  • Better support for x86, especially Calling Convention control

Usage:

!TODO!

About

A Zig Hooking Library

License:MIT License


Languages

Language:Zig 100.0%