How to compile Detours 3.0 Express on windows 8.1 x64 (VS2015)
Getting Detours library to work:
- Download and install Detours library (https://www.microsoft.com/en-us/download/details.aspx?id=52586)
- unzip Detours
- Download my GitHub disasm.cpp. Overwrite the file Detours/src/disasm.cpp
- run "VS2015 開發人員命令提示字元"
- cd Detours/src/
- nmake this src
note: set DETOURS_PROCESSOR=x86