Most of the time, I know how to P/Invoke C++ function from C# but at this point, I only know the functions name and I don't know what it returns and what kind parameters that should be passed.
I able to find the function name via Dependency Walker
As you might guess, it's something about encrypt and decrypt packet.
So, is it possible to find out the parameters and the return types? and then call it from C# ?