f4rb3r1o / vmt-hooking

VMT hooking is a technique where you hook one (or more) VMT(Virtual Method Table) entries with a pointer to other function. Thus, when the process calls a virtual function and fetches the function pointer to be called, it will eventually execute your code. In this example, I've create a buggy application that suffers from a data leak vulnerabili…
14Updated 4 years ago

Alternatives and similar repositories for vmt-hooking:

Users that are interested in vmt-hooking are comparing it to the libraries listed below