johnsonjason / APIHook-Library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 100.0%