Guest User

hook.h

a guest
Feb 5th, 2024
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #ifndef HOOK_H
  2.  
  3. #define HOOK_H
  4.  
  5. #include <Windows.h>
  6.  
  7. unsigned int splice(unsigned char *addr, void *hook_fn);
  8.  
  9. #endif
Advertisement
Add Comment
Please, Sign In to add comment