搜索资源列表
InterFunc_source.zip
- 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping
Xmailsvr
- 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 垃圾邮件拒绝
ws2_32_vc7.1
- windows 2k socket的源代码, 编译直接生成ws2_32.dll.-windows 2k socket source code, compile directly generated ws2_32.dll.
socket_c_ftp
- 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误
wol
- // 局域网远程唤醒(Wakeup On LAN) -- 发送一个Magic Packet到某个MAC地址 // Magic Packet:UDP广播包,端口不限,数据是FF-FF-FF-FF-FF-FF加16个MAC // 编译:cl sendmagic.cpp ws2_32.lib
WinSock2
- DELPHI 实现的 ws2_32 接口
ws2_32
- ws2_32.dll winsocket编程需要的dll库
NetMeeting_VideoCapture1
- 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子
sockInWeb
- 此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用\"阻塞SOCKET\"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用\"非阻塞SOCKET\",以其提高程序的效率。那么有没有办法使用\"阻塞SOCKET\"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockCl
Gport
- 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.
InterFunc_source
- 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
WinSock2
- DELPHI 实现的 ws2_32 接口-DELPHI realize the ws2_32 interface
ws2_32
- ws2_32.dll winsocket编程需要的dll库-ws2_32.dllwinsocket programming needed dll library
NDIA
- 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.
ws2_32
- System will automatically delete the directory of debug and release, so please do not put files on these two directory
UDP_Winsock
- a simple UDP socket connection using windows socket library (WS2_32.lib).
ws2_32
- ws2_32劫持然后LOAD易语言的源码-ws2_32 hijacked and then LOAD the source of the Yi language ..
ws2_32
- ws2_32.cpp -- DLL劫持 /*补丁代码样例 */ /************************************************************************/ unsigned char p401496[2] = { 0xEB, 0x29 } VirtualProtectEx(hProcess, (LPVOID)0x401496, 2,
ws2_32
- ws2_32.dll 函数导出源码,可以用于dll劫持。-ws2_32.dll export source function can be used dll hijacking.
ws2_32.dll
- 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.