Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - socket programming
Search - socket programming - List
讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Windows个人防火墙的完整实例代码,防火墙采用应用层(SPI)核心层(IMD驱动)双重过滤机制,能够有效地抵挡网络入侵和攻击。提供了大量的完整的实例,许多例子稍做修改即可应用到实际项目中。-on Windows network programming tutorial for beginners, Windows display a variety of I/O methods, a detailed description of high-performance, scalable server development process, and gives detailed codes. Will be programming, network protocol and application examples of organic composition, Details on the Internet radio and IP Multicasting, the original socket, SPI, LAN and WAN on the scanning and detection technology, network and data theft protection, to deceive the ARP, IP deception. Details of the agreement demo-driven development process, NDIS Programming Interface. Programming in practice learning P2P program design, discussed the penetration of firewalls, NAT establish direct UDP and TCP connections to the various programs. Windows includes a complete personal firewall code example
Date : 2025-12-20 Size : 2.05mb User : 王勇

一个利用Raw Socket编程实现网络封包监视的程序.-use a Raw Socket Programming network packets surveillance procedures.
Date : 2025-12-20 Size : 5kb User : hack

相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是刚接触WinPcap,所以一不定有一些错漏的地方,请各位大蝦不要见笑。 如果程序有编译不过去的地方,请务必先按装winPcap库,更新VC6的PlatformSDK -I am sure we all played SOCKET programming, use CSocket for network communication is very convenient, but sometimes want to point at the bottom of things is very troublesome, with the lowest API of windows can only SOCK_RAW, at most able to see IP layer data, if you want to deal with data link layer data can never gain the upper hand, and fortunately found one day things WinPcap. Deal with it on the bottom of things very convenient. WinPcap has two main dll programmers for direct call, pcap.dll and packet.dll, the main use of this procedure pcap.dll. details please see the code, and I was a刚接触WinPcap, so one has some mistakes in the indeterminate place, please not a laughing stock of shrimp. If the program does not have to compile the last place, be sure to press installed Winpcap library updated VC6 the PlatformSDK
Date : 2025-12-20 Size : 47kb User : iie9615

能够对本机器上的任意断口号进行截取并分析其中的内容,与常规的Socket程序设计方式有点区别,比较底层.-Able to the machine off slogans Arbitrary interception and analysis of its content, and conventional ways of Socket Programming somewhat different from comparing the bottom.
Date : 2025-12-20 Size : 8.77mb User : chen

扫描器是网络信息收集的一种方法,从功能上可分为漏洞扫描和端口扫描。通过实验,掌握漏洞、端口的基础知识,掌握扫描器的基本原理并设计实现端口扫描和漏洞扫描程序。网络端口扫描器的工作原理是通过socket套接字对端口使用connect()进行连接,并记录目标主机给予的回答,搜集目标主机的各种有用信息。 程序采用MFC编程,为提高扫描速度,加入多线程支持。-Scanner is a network of information-gathering methods, from the functions can be divided into vulnerability scanning and port scanning. Through the experiment, have loopholes, port the basic knowledge to grasp the basic principles of scanners designed to achieve port scanning and vulnerability scanning procedures. Network port scanner working principle through socket socket on port use connect () to connect to, and record the target host to give the answer, the collection of target host a variety of useful information. Procedures for the use of MFC programming, to improve the scanning speed, by adding multi-threading support.
Date : 2025-12-20 Size : 2kb User : 姚晓光

在C sharp 环境下使用raw socket编程和其他的相关的 扫描方法-In C sharp environment using raw socket programming and other related scanning method
Date : 2025-12-20 Size : 93kb User : will hwang

通过socket编程,对网络数据包的抓取,对协议的层层分析,实现对web网页上的垃圾信息进行过滤。-Through the socket programming, network packet capture, analysis of the layers of the protocol, to achieve the web pages of spam filtering.
Date : 2025-12-20 Size : 236kb User : 周小诺

模仿windows命令行下tracert的实现,采用ICMP的RAW socket编程编写-Imitate windows command line tracert achieved using the ICMP RAW socket programming to write
Date : 2025-12-20 Size : 23.3mb User : 胡畔

利用RawSocket进行Socket网络编程来实现对IP层数据包的抓获和分析-RawSocket Socket network programming for use to achieve the IP layer packet capture and analysis
Date : 2025-12-20 Size : 172kb User : yiran

一个简单套接字编程,在设置网卡混杂模式之后,从网卡抓取网络上的数据包,并显示源和目的地址的IP,端口-A simple socket programming, set the NIC in promiscuous mode, crawling from the card on the network packets and displays the source and destination addresses of IP, port
Date : 2025-12-20 Size : 7.66mb User : zz

捕获ftp用户名和密码的小程序,使用windows socket编程-Capture ftp user name and password of small programs, the use of windows socket programming
Date : 2025-12-20 Size : 4kb User : 杨泽宇
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.