Page 1 of 1

anybody familiar with COM hooking?

Posted: Tue Jun 15, 2010 2:44 pm
by Rheini
Hooking IDirectDraw with a proxy dll works flawlessly but when I add a custom IDirectDrawSurface class it works for some time but eventually crashes.

Any ideas why?

Re: anybody familiar with COM hooking?

Posted: Thu Jun 17, 2010 2:48 am
by Rahly
Would have to see the implementation.

Re: anybody familiar with COM hooking?

Posted: Thu Jun 17, 2010 6:45 pm
by Rheini
http://bitbucket.org/trass3r/ddrawproxy/src

myiddraw is the IDirectDraw wrapper.
myiddrawsurface same principle for IDirectDrawSurface

Re: anybody familiar with COM hooking?

Posted: Fri Jan 28, 2011 7:36 pm
by Rheini
And how does this help?