how to get the socketid of another program?
How do i get the socket, socketId, socket handle of another program(VC++). What are the functions that can get the info?
Logically, you can''t. Because there is no reason why a program would only use 1 socket. There might be a way of finding out which process created a socket, though.
how do you go about doing it? I know the hwnd of the program, the process id of the program, can i use it to find the process of the socket than the socket id?
BTW, i have a program that monitors the socket activities. I did something like intercepting the socket process of all programs that are using sockets. I need some info about the way of getting the socket id ''s and socket handle.
BTW, i have a program that monitors the socket activities. I did something like intercepting the socket process of all programs that are using sockets. I need some info about the way of getting the socket id ''s and socket handle.
how do you go about doing it? I know the hwnd of the program, the process id of the program, can i use it to find the process of the socket than the socket id?
BTW, i have a program that monitors the socket activities. It did something like intercepting the socket process of all programs that are using sockets. I need some info about the way of getting the socket id ''s and socket handle with VC++.
BTW, i have a program that monitors the socket activities. It did something like intercepting the socket process of all programs that are using sockets. I need some info about the way of getting the socket id ''s and socket handle with VC++.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement