I am hoping somebody can point me in the right direction... there is apparently no documented way of doing this. What i need to do is find out what TCP & UDP ports (if any) my program is listening on. There is a program called Inzider (www.ntsecurity.nu) that can find the ports attached to all processes - i only need to find out the ones that my program is attached to though so it should be just a little bit easier than that... i think it may be via SetWindowsHookEx(), but i am not sure - it doesnt appear to use any winsock APIs...
does anyone have any ideas about this???
------------------
does anyone have any ideas about this???
------------------
Comment