Skip to content

How to compile Detours 3.0 Express on windows 8.1 x64 (VS2015)

Notifications You must be signed in to change notification settings

kn6869610/detours-lib-x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

detours-lib-x64

How to compile Detours 3.0 Express on windows 8.1 x64 (VS2015)

Getting Detours library to work:

  1. Download and install Detours library (https://www.microsoft.com/en-us/download/details.aspx?id=52586)
  2. unzip Detours
  3. Download my GitHub disasm.cpp. Overwrite the file Detours/src/disasm.cpp
  4. run "VS2015 開發人員命令提示字元"
  5. cd Detours/src/
  6. nmake this src

note: set DETOURS_PROCESSOR=x86

About

How to compile Detours 3.0 Express on windows 8.1 x64 (VS2015)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages