comments
This commit is contained in:
3
hook.h
3
hook.h
@@ -15,7 +15,8 @@ typedef enum HOOK_STATUS
|
||||
|
||||
/**
|
||||
\brief
|
||||
\param functionLength Length of the function you want to hook. If the length isn't known, pass 0 and the library will try to figure it out
|
||||
\param functionLength Length of the function you want to hook.
|
||||
If the length isn't known, pass 0 and the library will try to figure it out
|
||||
*/
|
||||
int hook(void* function, size_t functionLength, void* replacement, void* trampoline);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user