/APIHook-Library

Library for using API hooks to change the control flow of subroutine(s) and use plain-text for lookup-based hooks.

Primary LanguageC++MIT LicenseMIT

APIHook-Library

This provides a simple to use library for API hooking. It accomplishes this by changing the control flow of the targeted subroutine to the code specified by the user which will return back to the original routine after the busy routine accomplishes what it needs to do.