• Stars
    star
    140
  • Rank 261,473 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kernel-Mode extended version of https://github.com/microsoft/Detours

DetoursX

LICENSE Windows Visual Studio

About

Kernel extension version of Detours. (Did not bypass PatchGuard)

Support progress

  • DetourTransactionBegin
  • DetourTransactionAbort
  • DetourTransactionCommit
  • DetourTransactionCommitEx
  • DetourUpdateThread
  • DetourAttach
  • DetourAttachEx
  • DetourDetach
  • DetourDetachEx
  • DetourCodeFromPointer
  • DetourCopyInstruction
  • DetourUpdateProcessWithDll
  • DetourUpdateProcessWithDllEx
  • DetourCopyPayloadToProcess

Wiki

Microsoft Detours Wiki

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.