Skip to content

Instantly share code, notes, and snippets.

@cjj25
Created September 22, 2021 12:31
Show Gist options
  • Save cjj25/1e1525afa472994459ce2cc68fc98a90 to your computer and use it in GitHub Desktop.
Save cjj25/1e1525afa472994459ce2cc68fc98a90 to your computer and use it in GitHub Desktop.
2021 - Compile Microsoft Detours
1. Download Visual Studio 2019
2. Clone the Detours Git Repo https://github.com/microsoft/Detours
3. Open Command Prompt inside repo dir
4. “%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat” x64 <-- change arch
5. nmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment