[][src]Crate minhook_sys

Raw bindings to MinHook, the minimalistic x86/x64 API hooking library for Windows.

MinHook is bundled and built with cc. Cross-compiling from Linux works fine.

Constants

MH_ERROR_ALREADY_CREATED
MH_ERROR_ALREADY_INITIALIZED
MH_ERROR_DISABLED
MH_ERROR_ENABLED
MH_ERROR_FUNCTION_NOT_FOUND
MH_ERROR_MEMORY_ALLOC
MH_ERROR_MEMORY_PROTECT
MH_ERROR_MODULE_NOT_FOUND
MH_ERROR_NOT_CREATED
MH_ERROR_NOT_EXECUTABLE
MH_ERROR_NOT_INITIALIZED
MH_ERROR_UNSUPPORTED_FUNCTION
MH_OK
MH_UNKNOWN

Functions

MH_ApplyQueued
MH_CreateHook
MH_CreateHookApi
MH_CreateHookApiEx
MH_DisableHook
MH_EnableHook
MH_Initialize
MH_QueueDisableHook
MH_QueueEnableHook
MH_RemoveHook
MH_StatusToString
MH_Uninitialize

Type Definitions

MH_STATUS