Thread
:
C++ Help (Hooking a function)
View Single Post
#
8
08-31-2004, 19:02
ReDucTor
Posts: n/a
Is the function exported? If not you may have to find the address your self, by searching for certain fragments or memory or using the exact address/offset of it (how ever this can fail if the file gets changed)
ReDucTor