![]() |
|
#6
|
|||
|
|||
|
Solved! thanks, it was a combination of the multiple post here:
i ended up doing: Code:
Info Code: typedef void (*func_Callback_NotifyOnline)(DATE *,int); static func_Callback_NotifyOnline orig_Callback_NotifyOnline; Hook Code: orig_Callback_NotifyOnline = (func_Callback_NotifyOnline)0xMEMORYLOCATION;
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .NET dll hooking | Avi_RE | General Discussion | 10 | 09-28-2023 07:09 |
| API Hooking | thomasantony | General Discussion | 5 | 04-22-2005 11:44 |
| API-hooking | MaRKuS-DJM | General Discussion | 11 | 03-25-2005 13:27 |