Class Hook
- Namespace
- SharpPluginLoader.Core.Memory
- Assembly
- SharpPluginLoader.Core.dll
public static class Hook
- Inheritance
-
Hook
- Inherited Members
Methods
Create<TFunction>(long, TFunction)
Creates a new native function hook.
public static Hook<TFunction> Create<TFunction>(long address, TFunction hook)
Parameters
address
longThe address of the function to hook
hook
TFunctionThe hook function
Returns
- Hook<TFunction>
The hook object
Type Parameters
TFunction
The type of the function to hook