I suspect it would be a start, I mean somebody already said you would have to commuicate with the client, which is something the SDK can't do ( although you can talk to the client in a limited way ).
The code would have to be in C++ for many reasons, mainly due C# not even having the ability to do what you need to do, since you cannot access memory ( method do not even exist ).
|