Welcome![Sign In][Sign Up]
Location:
Search - ws2_32

Search list

[WinSock-NDISInterFunc_source.zip

Description: 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping
Platform: | Size: 4744 | Author: | Hits:

[Email ServerXmailsvr

Description: XMail version 0.39是个邮件服务器软件,具有如下功能: 1) SMTP 服务器 2) POP3 服务器 3) Finger 服务器 4) 多域名 5) 用户不需要实际的系统帐号 6) SMTP 中继检查 7) SMTP RBL 映象检查 (rbl.maps.vix.com) 8) SMTP RSS 映象检查 (relays.mail-abuse.org) 9) SMTP 垃圾邮件拒绝 10) 带外部POP帐号的POP3帐号同步器 11) 别名 12) 邮递表 13) 顾客邮件处理 14) 远程管理 15) 客户邮件交换 16) 记录日志 17) 多平台 [系统需求] Linux操作系统 或Windows NT,且ws2_32.dll 已经安装。具有连接到因特网的DNS和网关。为了在Linux下编译,你需要安装gcc和libc或glibc, 为了在Windows下编译,你需要MS Visual C++ (我就是用它来编译的),或其它支持Win32 SDK的编译器。 [编译和配置] 详见英文readme.txt。
Platform: | Size: 193659 | Author: 李建 | Hits:

[WinSock-NDISws2_32_vc7.1

Description: windows 2k socket的源代码, 编译直接生成ws2_32.dll.-windows 2k socket source code, compile directly generated ws2_32.dll.
Platform: | Size: 270140 | Author: 面包 | Hits:

[WinSock-NDISsocket_c_ftp

Description: 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误
Platform: | Size: 3123 | Author: 陈鸡洋 | Hits:

[WinSock-NDISwol

Description: // 局域网远程唤醒(Wakeup On LAN) -- 发送一个Magic Packet到某个MAC地址 // Magic Packet:UDP广播包,端口不限,数据是FF-FF-FF-FF-FF-FF加16个MAC // 编译:cl sendmagic.cpp ws2_32.lib
Platform: | Size: 1331 | Author: 小月三石 | Hits:

[WinSock-NDISWinSock2

Description: DELPHI 实现的 ws2_32 接口
Platform: | Size: 13057 | Author: morse | Hits:

[WinSock-NDISws2_32

Description: ws2_32.dll winsocket编程需要的dll库
Platform: | Size: 28555 | Author: 刘帅 | Hits:

[WinSock-NDISNetMeeting_VideoCapture1

Description: 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 jthread-1.2.1 jrtplib-3.7.1 lib文件:(放到工程目录下。我已经放好了) jrtplib.lib jthread.lib 添加的依赖库: jthread.lib jrtplib.lib ws2_32.lib 代码介绍: 具体代码发在网上 http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com 有什么问题请发hanyuejun2006@163.com与我联系。 文件中 videoSendertest videoReceiver 是我编的例子 video_send video_recv 是我基于vfw例子 JRTPConsole 是jrtplib c/s例子
Platform: | Size: 22300865 | Author: ds | Hits:

[Web ServersockInWeb

Description: 此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用\"阻塞SOCKET\"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用\"非阻塞SOCKET\",以其提高程序的效率。那么有没有办法使用\"阻塞SOCKET\"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了简化使用\"阻塞SOCKET\"的编程。 2.此外,我发现很多类似的程序中,服务器或客户端既是服务器、又是客户端,尽管这 并不影响通讯,但这确实淡化了C/S模式的本意 这两个类很好的体现了C/S模式,而且 支持多用户。 3.这两个类,可以做为\"非阻塞SOCKET\"的补充。 使用时,需要在主程序中开辟额外的线程,在线程内部调用这两个类的成员函数来实现,实现过程比较简便。只要客户端成功连接到服务器,双方就可以任意发送数据,而不需要多 次连接。 如果编译时有错误提示:找不到ws2_32.lib,则请确认该文件的实际路径,将此文件加入工程中即可。-this project mainly involves the preparation of his two categories : CSocketBlockServer and CSocketBlockClient. The procedure on how to use these two categories, "SOCKET obstruction" to achieve a fast, efficient purpose. Usually we see SOCKET procedures are generally used "nonblocking socket," with the efficiency of the process. So is there any way the use of "obstruction SOCKET" convenient and efficient realization of network communications requirements? CSocketBlockServer and CsocketBlockClient mainly to the purpose of preparation. A breakdown is as follows : 1. To simplify the use of "obstruction SOCKET" programming. 2. Moreover, I found that many similar proceedings, the server or client is server, the client is, although this does not affect com
Platform: | Size: 20175 | Author: lcm | Hits:

[OS programGport

Description: GPORT是一个通过调用系统ws2_32.lib实现类似UNIX下系统进程ID的工具,包含源代码。-GPORT is through a system called UNIX ws2_32.lib achieve similar process under ID system tools, including source code.
Platform: | Size: 18389 | Author: 胡汗病 | Hits:

[Internet-NetworkInterFunc_source

Description: 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
Platform: | Size: 5120 | Author: 站长 | Hits:

[Internet-NetworkWinSock2

Description: DELPHI 实现的 ws2_32 接口-DELPHI realize the ws2_32 interface
Platform: | Size: 12288 | Author: morse | Hits:

[Internet-Networkws2_32

Description: ws2_32.dll winsocket编程需要的dll库-ws2_32.dllwinsocket programming needed dll library
Platform: | Size: 28672 | Author: 刘帅 | Hits:

[Hook apiNDIA

Description: API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.-API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
Platform: | Size: 946176 | Author: 刘应 | Hits:

[Communication-Mobilews2_32

Description: System will automatically delete the directory of debug and release, so please do not put files on these two directory
Platform: | Size: 28672 | Author: kumar | Hits:

[TCP/IP stackUDP_Winsock

Description: a simple UDP socket connection using windows socket library (WS2_32.lib).
Platform: | Size: 7907328 | Author: ariesooi | Hits:

[e-languagews2_32

Description: ws2_32劫持然后LOAD易语言的源码-ws2_32 hijacked and then LOAD the source of the Yi language ..
Platform: | Size: 1014784 | Author: chaosming tony | Hits:

[Otherws2_32

Description: ws2_32.cpp -- DLL劫持 /*补丁代码样例 */ /************************************************************************/ unsigned char p401496[2] = { 0xEB, 0x29 } VirtualProtectEx(hProcess, (LPVOID)0x401496, 2, PAGE_EXECUTE_READWRITE, &Oldpp) WriteProcessMemory(hProcess, (LPVOID)0x401496, p401496, 2, NULL) -ws2_32.cpp- DLL hijacking /* patch code sample*//************************************************************************/unsigned char p401496 [2] = {0xEB, 0x29 } VirtualProtectEx (hProcess, (LPVOID) 0x401496, 2, PAGE_EXECUTE_READWRITE, & Oldpp) WriteProcessMemory (hProcess, (LPVOID) 0x401496, p401496, 2, NULL)
Platform: | Size: 31744 | Author: 小器 | Hits:

[OS programws2_32

Description: ws2_32.dll 函数导出源码,可以用于dll劫持。-ws2_32.dll export source function can be used dll hijacking.
Platform: | Size: 8192 | Author: name | Hits:

[Game Hook Crackws2_32.dll

Description: ws2_32.dll 劫持实例(例子为劫持.飓风2006版播放器使其固定授权码)重点是注释清楚代码简洁。vs2008 可编译。-Ws2_32.dll hijack example (example for hijacking. Hurricane 2006 edition player to make the fixed license code) is focused on Notes clear and concise code. VS2008 can be compiled.
Platform: | Size: 3397632 | Author: 于洋 | Hits:
« 12 3 »

CodeBus www.codebus.net