Id like to probe routines in the Windows sockets DLLS. Any issues I should be aware of?
Here’s what we’ve found: • Probe WS2_32.dll as that’s where all the other DLLs forward socket requests. There are a couple of MS specific routines in mswsock.dll too. • Generally WS2_32.dll is loaded dynamically so it will be hard to see what sorts of functions it has available. You can use the following command line to get the symbol names from ws2_32.