搜索资源列表

  1. CUdpSocket

    0下载:
  2. CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify t
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:129024
    • 提供者:刘林超
  1. hookdelphi

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

    • 发布日期:2024-05-09
    • 文件大小:342016
    • 提供者:
  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(
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:顾谦
  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协议栈

    • 发布日期:2024-05-09
    • 文件大小:11264
    • 提供者:王圣礼
  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. 所属分类:通讯/手机编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:小敬
  1. 200611422613529

    0下载:
  2. 这里是使用说明: V1.1版修正了二次释放窗口会出错的问题。 运行主程序,先点“开始钩挂”然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。 然后点“开始”,就可以抓包了,点“停止”是停止抓包,回到游戏点“关闭本窗口”, 在在上面的筐筐里面可以写上保存的文件名,一般是TXT文件,要打完整的路径和名字 否则出错,退出前一定要点“释放本窗口”,不然会出错,然后再点“撤消钩挂”。 再有就是有些游戏会无发呼叫本窗口
  3. 所属分类:外挂编程

    • 发布日期:2024-05-09
    • 文件大小:280576
    • 提供者:fdsfsdf
  1. HOOKsendandrecv

    0下载:
  2. 易语言编写,拦截send、recv封包信息-Yi languages, intercept send, recv packet of information
  3. 所属分类:易语言编程

    • 发布日期:2024-05-09
    • 文件大小:30720
    • 提供者:hitt
  1. wlfbjqzx

    0下载:
  2. 易语言编写的网络封包拦截,可拦截recv、send封包并可修改连续发送,易语言4.1版编译通过-Easy language to intercept network packets can be intercepted recv, send the packet and send to amend a row, easy-language version 4.1 compiler through
  3. 所属分类:易语言编程

    • 发布日期:2024-05-09
    • 文件大小:25600
    • 提供者:hitt
  1. IPPack

    0下载:
  2. 用VC 写的一个钩子程序,有可视话界面.可以给windows任务管理器下的进程挂钩,比如QQ.对ws_2.dll的send sendto,recv,recvfrom进行了挂钩,可以截获这些内容-Using VC to write a hook procedure, if there are visual interface. Can give windows task manager process under the link, su
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:37888
    • 提供者:linqj
  1. chatsource

    0下载:
  2. 聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:378880
    • 提供者:long
  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 (). c
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:1463296
    • 提供者: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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:1529856
    • 提供者:ywsj
  1. recv

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

    • 发布日期:2024-05-09
    • 文件大小:16384
    • 提供者:jack
  1. hooksendrecv

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

    • 发布日期:2024-05-09
    • 文件大小:526336
    • 提供者:解寒瑜
  1. recv

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:
  1. green

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

    • 发布日期:2024-05-09
    • 文件大小:563200
    • 提供者:334
  1. recv

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:233472
    • 提供者:双方的
  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 informatio
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:26624
    • 提供者:rabert
  1. Socket-send-and-recv-

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

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:李飞
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org