文件名称:NetSnoop
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- rab***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
APIHooking
Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/received. This code is more about introducing the readers to API hooking using Network snoop as an example. The reader can modify the code to hook APIs related to socket using UDP (which is why readers require knowledge of sockets, networking).
Before we start, reader will require basic knowledge of socket programming, windows hooks and a tad bit of assembly level programming.
Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/received. This code is more about introducing the readers to API hooking using Network snoop as an example. The reader can modify the code to hook APIs related to socket using UDP (which is why readers require knowledge of sockets, networking).
Before we start, reader will require basic knowledge of socket programming, windows hooks and a tad bit of assembly level programming.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NetSnoopDll
...........\APIHook.cpp
...........\dllmain.cpp
...........\NetSnoopDll.cpp
...........\NetSnoopDll.vcxproj
...........\NetSnoopDll.vcxproj.filters
...........\NetSnoopDll.vcxproj.user
...........\ReadMe.txt
...........\stdafx.cpp
...........\stdafx.h
...........\targetver.h
NetSnoop.sln
NetSnoop
........\NetSnoop.cpp
........\NetSnoop.h
........\NetSnoop.ico
........\NetSnoop.rc
........\NetSnoop.vcxproj
........\NetSnoop.vcxproj.filters
........\NetSnoop.vcxproj.user
........\ReadMe.txt
........\Resource.h
........\small.ico
........\stdafx.cpp
........\stdafx.h
........\targetver.h
...........\APIHook.cpp
...........\dllmain.cpp
...........\NetSnoopDll.cpp
...........\NetSnoopDll.vcxproj
...........\NetSnoopDll.vcxproj.filters
...........\NetSnoopDll.vcxproj.user
...........\ReadMe.txt
...........\stdafx.cpp
...........\stdafx.h
...........\targetver.h
NetSnoop.sln
NetSnoop
........\NetSnoop.cpp
........\NetSnoop.h
........\NetSnoop.ico
........\NetSnoop.rc
........\NetSnoop.vcxproj
........\NetSnoop.vcxproj.filters
........\NetSnoop.vcxproj.user
........\ReadMe.txt
........\Resource.h
........\small.ico
........\stdafx.cpp
........\stdafx.h
........\targetver.h