Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 279 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 279 Bytes

basic-hooking

Refrenced here - https://jayo78.github.io/WinAPI-Hooking-basics/

  • hook_v1: 5 byte MessageBoxA hook with no trampoline
  • hook_v2: 5 byte MessageBoxA hook with a trampoline
  • injection: hook_v2 but now injected into a remote process using basic DLL injection