min_hook_rs 1.2.2

A Rust implementation of MinHook library for Windows x64 function hooking with enhanced precision instruction decoding
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_Environment", "Win32_System_Memory", "Win32_System_Kernel", "Win32_System_ProcessStatus", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_Console", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem"]
version = "0.60"

[lib]
crate-type = ["rlib"]
name = "min_hook_rs"
path = "src/lib.rs"

[package]
authors = ["Rukkhadevata123 <3083913301@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis", "development-tools", "api-bindings"]
description = "A Rust implementation of MinHook library for Windows x64 function hooking with enhanced precision instruction decoding"
documentation = "https://docs.rs/min_hook_rs"
edition = "2024"
exclude = ["examples/", "minhook/", ".github/", "*.exe", "*.dll", "target/", ".vscode/", "Cargo.lock", "gs_bilibili/", "fpsunlock/"]
homepage = "https://github.com/Rukkhadevata123/min_hook_rs"
keywords = ["hook", "windows", "x64", "function", "detour"]
license = "MIT"
name = "min_hook_rs"
readme = "README.md"
repository = "https://github.com/Rukkhadevata123/min_hook_rs"
version = "1.2.2"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

[profile.release]
lto = true
opt-level = "z"
panic = "abort"