Tags: DirectX

C# – Screen capture and Overlays for Direct3D 9, 10 and 11 using API Hooks

{224 Comments}

So it’s been almost a year and I have finally got around to finishing a new version of my screen capture project that supports Direct3D 9, 10, and 11! This solution still uses SlimDX for the Direct3D API wrapper along with EasyHook to perform the remote process hooking and IPC between the host process and target process. Some of the …

Continue Reading...