S22_UK How do I cheat?
Reputation: 0
Joined: 02 Oct 2016 Posts: 1
|
Posted: Sun Oct 09, 2016 9:34 am Post subject: D3D9 hooking |
|
|
Hi, everyone.
I'm new to programming and to dll injection plus hooking. I can re-route any win32 api by using microsoft's detours 3.0 library, which is realy easy to do.
however this does not work with directx, I've been seaching for example project's that I can learn from and I have not found one that worked for me.
I'm trying to capture screenshoot from AmaRecTV whic is a x86 'Video Capture Software for Direct Show', that uses D3D9.
I used apitrace which is for tracing OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file, and found it calls
IDirect3DSwapChain9Ex::Present
can any one please share there example project that I can learn from, it can be c/c++ or c#.
thanks in advance.
|
|