detours v4.0.1
- Created
- Updated
Detours is a software package for monitoring and instrumenting API calls on Windows.
# 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})
# License
# Supported Platforms
windows & !uwp
- ✅ windows
- ❌
linux - ❌
osx - ❌
uwp
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Charles Milette
NN
Billy O'Neal
Charles Milette
Pavel Curtis
autoantwort
Lanyi
Alexander Neumann
reito
# Changelog
d51773d
[detours] Update for vcpkg_build_nmake