jayo78 / basic-hooking

Examples of basic windows API hooking techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Examples of basic windows API hooking techniques


Languages

Language:C++ 100.0%