1. Home
  2. Browse
  3. detours

detours

v4.0.1#7Latest

Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.

Install

Run the following Vcpkg command to install the port.

vcpkg install detours

Usage

detours can be used from CMake via:

find_path(DETOURS_INCLUDE_DIRS "detours/detours.h")
find_library(DETOURS_LIBRARY detours REQUIRED)
target_include_directories(main PRIVATE ${DETOURS_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${DETOURS_LIBRARY})
See source

Version

v4.0.1#7

Publication

Supports

windows & !uwp

GitHub

microsoft/Detours5.8K

Homepage

github.com/microsoft/Detours

Subtree

ef9628f449

License

Complex license

Definition

Manifest