Expand description
Structs§
- Hook
Status Iter - An iterator over the variants of HookStatus
Enums§
- Hook
Status - MinHook error codes.
Functions§
- create_
hook - Creates a hook for the specified target function in disabled state.
- create_
hook_ enabled - Creates a hook for the specified target function, and enables it if successful.
- create_
hook_ ⚠raw - Creates a hook for the specified target function in disabled state.
- disable_
hook - Disables an already created hook.
- disable_
hook_ raw - Dsiables an already created hook.
- enable_
hook - Enables an already created hook.
- enable_
hook_ raw - Enables an already created hook.
- remove_
hook - Removes an already created hook.
- remove_
hook_ raw - Removes an already created hook.