Scale Posted November 23, 2008 Posted November 23, 2008 I am trying to find which system call(s) can open a connection.Like CreateFileA opens a file, even the library name would help.Thanks!
chillywilly Posted November 25, 2008 Posted November 25, 2008 invoke WSAStartupinvoke socketinvoke InternetOpeninvoke InternetConnectetc
atom0s Posted November 26, 2008 Posted November 26, 2008 If you are looking for the API found inside Windows for sockets and such you can find them all on the MSDN: Winsock Functions: http://msdn.microsoft.com/en-us/library/ms741394(VS.85).aspx WinINET Functions: http://msdn.microsoft.com/en-us/library/aa385473(VS.85).aspx Hope it helps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now