docs.rs failed to build hook_king-0.1.1
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.
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
Warning
Not giving a name or providing an invalid address will result in panicing
Give the hook a proper name. Name must be no less than 3 characters!
Example
use *; use GetModuleHandleA;Example
use *; use GetModuleHandleA; use ;