Net hook
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I want use hook to catch net data passed by local machine,how can I do?
-
I want use hook to catch net data passed by local machine,how can I do?
1, The best way is sniffer, download the WinPcap http://www.winpcap.org/[^], and look at the samples. 2. Hoot the network api, such as send sendto etc. download M$ detours , look into the sample which hooks the network api.
-
I want use hook to catch net data passed by local machine,how can I do?