Hook/Overlay a DirectX game?

后端 未结 3 1592
北荒
北荒 2020-12-02 13:00

Can anyone tell me how to hook/overlay a DirectX game in C#?

I\'ve tried getting a fullscreen C# window to overlap a game, however it wont. After researching a littl

3条回答
  •  执笔经年
    2020-12-02 13:28

    Since you don't have direct DirectX Access from C# this may be tricky.

    From my limited understanding of the concept:

    DirectX Hooks consist of attaching to a DirectX Context and manipulating it, this may/may not require messing with another program's memory, something that's best suited to C/C++

    I may be wrong though, however this is an advanced topic and my gut tells me you may have issues under .NET

提交回复
热议问题