Skip to content

leoloobeek/LeoSpecial-VEH-Hook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VEH-Hook

Vectored Exception Handling Hooking Class

How to use:

  1. #include "LeoSpecial"
  2. instantiation a LeoHook Class
  3. Calls LeoHook's Hook() function, passing in a pointer to the function to hook as first argument and pointer to function to hook to as second parameter.
  4. ???
  5. Profit
  6. Call Unhook() to remove the hook.

I did not build a system with multiple hooks in it, so if there is a need to hook multiple functions, construct multiple LeoHook's class.

Enjoy!

About

Vectored Exception Handling Hooking Class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%