Geekpedia
« Go Back

API Hooking with MS Detours

-----
(Rated 0 with 0 votes)

In this article I will talk about the theories and implementations of API Hooking. API Hooking is a powerful technique that allows someone to hijack a function and redirect it to a custom one. Anything can be done in these functions before passing control back to the original API.