MiroKaku / DetoursX

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 97.8%Language:C 2.2%