Search found 1 match

by Stearells
Feb 15, 2023 15:06
Forum: Libraries & Headers
Topic: Simple Hooking library
Replies: 0
Views: 2688

Simple Hooking library

HookEngine is a library for hooking windows API calls such as MS Detours. Main library class (CHook) methods: ' Install hook to function (using ret instruction) ' pSource: pointer to source function ' pDestination: pointer to destination function ' Result: Method returns true if the hook is successf...