Skip to content

API hooking example project using Microsoft Detours

License

Notifications You must be signed in to change notification settings

mschadev/detours-example

Repository files navigation

detours-example

API hooking example project using Microsoft Detours

Table ofContents

Install

  1. Run git bash
git clone https://github.com/zxc010613/detours-example.git
cd detours-example
git submodule init
git submodule update
  1. Run `Developer Command Prompt for VS 2019(or 2017)
cd Detours
nmake
cd ..
devenv detours-example.sln /build  "release|x86"

Usage

  1. Run detours-example.exe
  2. Run dll-injector.exe(Run as administrator)

License

MIT License

Releases

No releases published

Packages

No packages published