Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp Packer Help >> Plugin API >> Functions BoxedAppSDK_GetOriginalFunction
Description
Returns an address to call the original function. You can find a code sample here: BoxedAppSDK_HookFunction Syntax
[ C++ ]
PVOID BoxedAppSDK_GetOriginalFunction(HANDLE hHook);
[ Delphi ]
function BoxedAppSDK_GetOriginalFunction(hHook: THandle): Pointer;
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|