Search found 1 match

by wrolm
Sun May 23, 2004 4:44 pm
Forum: madCodeHook
Topic: Hooking C++ member function
Replies: 14
Views: 29842

Hooking C++ member function

I am trying to hook a C++ member function of a dll and am having some problems. The exported function name is decorated -

Code: Select all

?Log@Output@@QAAXPBGZZ
The undecorated function looks like -

Code: Select all

 void __cdecl Output::Log(unsigned short const*,...) 
Will I be able to use madCodeHook for this? Thanks!