CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - recv

搜索资源列表

  1. hookdelphi

    0下载:
  2. api钩子 截货了send还有recv函数-api hook cut also send a cargo recv function
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:342689
    • 提供者:ASD2
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:顾谦
  1. ipv6_send-recv

    0下载:
  2. IPV6下的RAW_SOCK发送程序,以及基于组播和单播的UDP程序-IPV6 RAW_SOCK sent under the procedures, and based on the unicast and multicast UDP procedures
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3847
    • 提供者:
  1. recv.c

    0下载:
  2. 这是一个不错的用来从一个套接字在指定时间内读取数据的程序,希望大家喜欢!-This is a pretty good from a socket for the specified time to read data procedures, hope you like!
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1535
    • 提供者:付歌
  1. MTSClientSrc

    0下载:
  2. 简单得TCP客户端程序。 套接字建立后,客户和服务器通过send()和recv()函数交换数据。 -a simple TCP client program. Socket establishment, the client and server through the send () and the recv () function to exchange data.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:11084
    • 提供者:王圣礼
  1. recv

    0下载:
  2. 该程序为用c语言编写的基于TCP/IP协议下的 接收程序,对于初入门者是一个很好的参考-procedures for the use of the c language based on the TCP / IP protocol to receive the procedure, for the beginner is a good reference
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1654
    • 提供者:小敬
  1. Oftomatization

    0下载:
  2. 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:10687
    • 提供者:wq57
  1. HOOK SEND RECV函数拦截网络封包的程序

    4下载:
  2. 一个HOOK SEND RECV函数拦截网络封包的程序!,HOOK SEND RECV a function of the program to intercept network packets!
  3. 所属分类:钩子与API截获

    • 发布日期:2012-11-01
    • 文件大小:526443
    • 提供者:解寒瑜
  1. recv.rar

    1下载:
  2. STC 2052 SPI接收数据后通过串口发送到PC 用于测试SPI是否正常。,STC 2052 receive data and send to pc by RS232
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-17
    • 文件大小:16224
    • 提供者:jack
  1. Winsock-Client-Server

    0下载:
  2. client与server通信,server先bind(),listen(),然后client connect(),server accept().client send(),server recv(),然后cout-client and server communications, server before bind (), listen (), then client connect (), server accept (). client send (), server recv (),
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:9150
    • 提供者:liuliang
  1. recv

    0下载:
  2. 在控制台下监控网络实时流量并且获取源目的IP地址,数据大小,协议类型,端口号。是不可多得的网络软件开发核心基础程序!-In the console under the real-time monitoring network traffic and access to the source of the purpose of IP address, data size, protocol type, port number. Is a rare development of core infra
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:19216
    • 提供者:ywsj
  1. recv

    0下载:
  2. 计算机网络吞吐量测试,所传文件为接收端程序-Computer network throughput testing, the mass document procedures for the receiving end
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:954
    • 提供者:
  1. green

    0下载:
  2. 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , &quo
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:563237
    • 提供者:334
  1. recv

    0下载:
  2. 用c语言编写了一个sockte客户端,实现和服务器端的连接和通信-With the c language of a sockte client-side, implementation, and server-side connection and communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1338
    • 提供者:zhang_henry
  1. lg

    0下载:
  2. 绿光抓包器 本程序源代码BCB 5.0通过。 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。-Green Packetcapture source code of this program by BCB 5.0. This procedure only hook the " send" , " se
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:233183
    • 提供者:双方的
  1. NetSnoop

    0下载:
  2. 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/receiv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:26587
    • 提供者:rabert
  1. Socket-send-and-recv-

    0下载:
  2. Socket下send和recv使用的说明及介绍 -Socket-send and recv
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:4151
    • 提供者:李飞
  1. Socket-send-and-recv-

    0下载:
  2. Socket下send和recv使用的说明及介绍 -Socket-send and recv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:fellpe
  1. recv

    0下载:
  2. Module Name: recv.cpp Abstract: This module contains the data recption API functions for winsock2 DLL - Module Name: recv.cpp Abstract: This module contains the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2879
    • 提供者:qwer1234
  1. recv

    0下载:
  2. 资源为石器时代 2.5 服务端 recv.c 代码. 主要功能:遊戲封包細部設定, 可修改加密換算的公式,也可以規則,例如:可以針對違規者的IP做出凍結,也可以搭配LUA做到家密與解密功能,防止被外掛工具利用!都可以藉由此代碼自行開發! 目的仅仅是研究服务端开发技术, 不涉及商业盈利, 欢迎有兴趣的同学加入-Resources for the Stone Age 2.5 server recv.c code. Main features: game packag
  3. 所属分类:Game Engine

    • 发布日期:2017-12-11
    • 文件大小:7952
    • 提供者:cyc94675
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com