Hi, i need to call a non public method in a shared library. That dll hooks two calls to ws2_32.dll from the caller process acting like a proxy (it ecrypts sent packets).

I managed to reverse the...