Try www.pcausa.com
Sasha Djurovic
Posts
-
TCP/IP information reuqest -
IE use of Wsock (32) dllDoes anyone knows for the fact how IE uses Winsock if at all? It appears to me that IE is using LoadLibrary to load Wsock dll but I think I've read somewhere that it is also done on kernel level (as a part of permanent integration of IE and WIN OS). I'm asking this because I would like to hook up to Wsock calls (I guess I will have to hook to LoadLibrary first) in order to be able to control Internet access on a particular computer. TIA, Sasha Djurovic:eek:
-
How to disable Internet (or block all ports)?I am trying to create an application that will shut down all ports and disable internet access but I have not been able to do so. First of all I don't know how to go about blocking ports at all; while I did try to use blocking sockets they won't work if port is already in use WSAALREADYINUSE or something. Second of all I don't think that that would be efficient method to block internet access as I would probably have to open thousands of sockets in order to block thousands of ports. What I realy need is a way to disable internet (dial-up AND LAN) access by simple click of a button even if computer already has internet and server applications running, while preserving LAN operational, and also to be able to enable internet access by simple click. Please help me with this, I was searching net and books for weeks now but I still didn't come up with satisfying solution. Thank you, Sasha.