联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(494) 
按平台查找All Visual C++(494) 

[网络编程] network_protocol_analyzer

此工具为网络协议分析器,可以捕获网络中的数据包并分析数据包中的TCP、UDP协议内容
this is an analyzer of network protocol to capture data package with TCP or UDP (2012-04-19, Visual C++, 81KB, 下载27次)

http://www.pudn.com/Download/item/id/1836028.html

[网络编程] select

windows网络编程:使用select模型进行网络编程。。。里面包含客户端与服务器端源码
windows network programming:Using select model for network programming.It includes both client code and server code. (2012-02-21, Visual C++, 3222KB, 下载66次)

http://www.pudn.com/Download/item/id/1776230.html

[网络编程] tcp-scaner

几年前用vc6写的漏洞扫描器,可以扫描端口、路由、nt若口令、netbios信息和cgi漏洞。
A few years ago with loopholes written in vc6 scanner, can scan ports, routing, nt if the password, netbios information and cgi vulnerabilities. (2011-09-18, Visual C++, 41KB, 下载43次)

http://www.pudn.com/Download/item/id/1649025.html

[网络编程] Aimymnitor

一个很好的监视WIN平台API调用的动态监视器代码,良好的源码架构和精干的代码组织。
WIN an excellent platform for monitoring the dynamics of the monitor code API calls, good lean source code structure and organization. (2011-08-29, Visual C++, 60KB, 下载9次)

http://www.pudn.com/Download/item/id/1633864.html

[网络编程] 1433commercialversion

1433商业版源码,主要用于扫描1433漏洞,入侵服务器的好工具,可以学习研究下。
1433 commercial version source, mainly used for scanning 1433 loophole, invasion server tool, and can study. (2011-01-09, Visual C++, 1300KB, 下载90次)

http://www.pudn.com/Download/item/id/1407480.html

[网络编程] ChatQQ

可以实现多个客户端与服务器的链接和通信,使用了线程 socket编程 还有timer使用
Allows multiple clients and servers and communication links, using a threaded socket programming also use the timer (2010-04-03, Visual C++, 1590KB, 下载14次)

http://www.pudn.com/Download/item/id/1110733.html

[网络编程] 46446546

C++实现打造极速SYN扫描器代码,经过我在VC++6.0编辑过,没问题运行
C++ code to achieve to build speed SYN scanner, after I have VC++6.0 edited, no problem to run (2010-03-24, Visual C++, 1193KB, 下载22次)

http://www.pudn.com/Download/item/id/1097787.html

[网络编程] site_snagger_source_code

C++写的网站攫取器(吸血鬼)的源代码, 可以下载一个网站上的所有内容。
Web site written in C++ to grab device (vampires) and the source code, you can download all the contents of a website. (2009-10-14, Visual C++, 269KB, 下载6次)

http://www.pudn.com/Download/item/id/938168.html

[网络编程] GetNetSetting

用对话框来得到网卡的信息,包括IP、MAC、子网掩码,默认网关,DNS服务器等。
Dialog box to get the card with the information, including IP, MAC, subnet mask, default gateway, DNS server. (2009-07-10, Visual C++, 2421KB, 下载182次)

http://www.pudn.com/Download/item/id/838755.html

[网络编程] net_manager

网络管理器源码,可以用来管理网络,该源码可以作为网络编程的例子来进行学习
Network Manager source code can be used to manage network, the source network programming can be used as examples to study (2009-02-21, Visual C++, 178KB, 下载8次)

http://www.pudn.com/Download/item/id/649858.html

[网络编程] SMTPEMail

本实例是一个FOXMAIL邮件转发器,主要完成发送邮件并且可以添加删除附件的功能
This example is an e-mail Foxmail transponder, mainly to complete and send the message can be added to delete attachments (2009-02-02, Visual C++, 3666KB, 下载6次)

http://www.pudn.com/Download/item/id/637128.html

[网络编程] server

c++ 的 DDOS攻击服务器源代码,完整,可编译。自己写个客户端就可以用
c++ the DDOS attack server source code, complete, and can be compiled. Write their own client can use (2008-12-26, Visual C++, 26KB, 下载105次)

http://www.pudn.com/Download/item/id/616516.html

[网络编程] winvnc

这是一个比较复杂的远程控制工具,分为服务器与客户斋,让你了解socket编程的知识.
This is a more complex remote control tools, is divided into server and client fasting, so that you understand socket programming knowledge. (2008-11-17, Visual C++, 1625KB, 下载28次)

http://www.pudn.com/Download/item/id/581670.html

[网络编程] loophole_scanner

编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和接收数据需要使用函数send()和recv(),另外对流中存在的字符串进行判断 需要使用函数strstr(),这除了需要具备socket函数库的知识以外,还需要一些有关string函数库的知识。
The preparation of vulnerability scanners detect a remote server that may exist with the security risks of the file exists, and its socket to establish the process and above the port scanner is the same, the difference is that vulnerability scanners typically use port 80, and then on the port send a GET request for the document, the server receives the request will return the contents of the documents, if the file does not exist then return an error message, through the receiver can determine whether to return to the contents of the file exists. Send and receive data need to use the function send () and recv (), exists in another string convection judge need to use the function strstr (), which apart from the need to have the socket library of knowledge, also need some string library知识. (2008-09-25, Visual C++, 2KB, 下载15次)

http://www.pudn.com/Download/item/id/552136.html

[网络编程] httpserver

简易WEB服务器的页面设计,实现了侦听和响应等功能模块的设计等
WEB server summary page design, the realization of the listening and response, such as the design of function modules (2008-04-19, Visual C++, 159KB, 下载97次)

http://www.pudn.com/Download/item/id/441190.html

[网络编程] tftp_SourceCode

tftp功能服务器及客户端的实现,可多线程下载上传文件,有数据报传输跟踪信息,对协议入门编程者有很大帮助
tftp server and client function of the realization of multi-threaded download to upload files, and data transfer tracking information reported on the agreement entry programmers are very helpful (2008-04-18, Visual C++, 24KB, 下载602次)

http://www.pudn.com/Download/item/id/440546.html

[网络编程] some_good_paper_for_dsp

在处理器设计中的部分关键单元的专利,从美国专利局下载的。
processors in the design of some of the key elements of a patent from the United States Patent Office downloaded. (2007-06-20, Visual C++, 888KB, 下载2次)

http://www.pudn.com/Download/item/id/297896.html

[网络编程] ex35a

Microsoft Internet信息服务器编程,编译项目时,将DLL添加到DEBUG子目录下,另外还要复制PizzaForm.html文件。
Microsoft Internet Information Server Programming, translation projects, DLL will be added to the DEBUG subdirectory, they also PizzaForm.html copy documents. (2006-03-03, Visual C++, 33KB, 下载113次)

http://www.pudn.com/Download/item/id/150268.html

[网络编程] HttpProxy_Src

HTTP是一个基于文本的协议,用于通过Web浏览器来检索Web页面。大多数情况下,如果你位于一个局域网连接时,你是在一个代理服务器之后;这个代理服务器在某一端口运行一个HTTP代理。在你的Internet Explorer的连接选项中,你可以按需要说明局域网的设置。这个代理服务器运行一个基于文本的协议,你只能从外部网格中得到HTTP相关的数据。但注意,有一个小漏洞,通过它你可以穿过HTTP,连接到外部世界,得到任何基于二进制协议的数据,甚至基于你自己的协议。这就是通过HTTPS。
HTTP is a text-based protocol for a Web browser to access Web pages. In most cases, if you are located in a LAN connection, you are after a proxy server; The proxy server port in a run an HTTP proxy. In your Internet Explorer connectivity options, you may press the need to explain LAN configuration. The proxy server running on a text of the agreement, you can only from the outside grid to be related to the HTTP data. But note that there are a small loophole through which you can pass through HTTP, connect to the outside world, any agreement based on the binary data, or even on your own agreement. It is through HTTPS. (2005-05-01, Visual C++, 17KB, 下载96次)

http://www.pudn.com/Download/item/id/1114916341390126.html

[网络编程] FTP协议编程

实现网络文件传输的程序,通过它你可以从文件服务器上下载您所需要的文件
network file transfer process, through which you can download the file server you need a document (2005-03-21, Visual C++, 55KB, 下载111次)

http://www.pudn.com/Download/item/id/1111370411349113.html