Skip to content

A very poorly coded "as small as it can be" hooking library(x86/x64)

License

Notifications You must be signed in to change notification settings

Memz-idk/yottahook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YottaHook

It's a header only "library" that adds function hooks, it's intended to be as small as it can be, it's only 2~3 functions!(Depends on whether or not you are on x64, and the third function is just a "formality" to keep code clean anyways) and it's also my first attempt at messing around with function hooks in C/C++ so I have no idea if it really works for all cases anyways :D x86 should work fine, but I have some doubts about x64(Mainly with the YH_FindNearbyMemory function), and also since it's designed to be as small as it can be it also gracefully ignores all errors!

Basically just use MinHook instead lol.

About

A very poorly coded "as small as it can be" hooking library(x86/x64)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages