hook_king 0.1.0

Low-level automated hooking library with detours, trampolines, and memory management. Supports internal/external process hooking with optional original code preservation.
docs.rs failed to build hook_king-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

hook_king

A low-level automated hooking library providing detours, trampolines, and memory management capabilities. Supports both internal and external process hooking with optional original code preservation.

Features

  • Function Hooking: Intercept function calls with detours
  • Trampolines: Preserve original function functionality
  • Memory Management: Safe memory operations for hooking
  • Cross-Process Support: Hook both internal and external processes
  • Original Code Preservation: Optional preservation of overwritten instructions
  • x86/x64 Support: Works with both 32-bit and 64-bit architectures

Installation