CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - buffer code

搜索资源列表

  1. ms04022

    0下载:
  2. 一个WINDOWS的exploit 学习缓冲区溢出的决好源代码-a buffer overflow exploit learning good summary of the source code
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:2.19kb
    • 提供者:lordxp
  1. LWIP_manule

    0下载:
  2. LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LWIP is TCP / IP Protocol Stack A. LWIP the main purp
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:677.28kb
    • 提供者:tumbler
  1. TcpSocket.rar

    0下载:
  2. 基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。,The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1.8kb
    • 提供者:Michael Lee
  1. protobuf-csharp-port-2-3

    1下载:
  2. Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式. 这是CSharp源码-This is Google protocol buffer CSharp (C#) source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2.24mb
    • 提供者:YC
  1. JSky

    0下载:
  2. JSkyv1.0汉化版,Web漏洞的网站安全综合检测工具 : SQL注入(SQL Injection ) 跨站脚本(XSS ) 不安全的对象引用(Unsecure object using ) 本地路径泄露(Local path disclosure ) 不安全的目录权限(Unsecure directory permissions ) 服务器漏洞如缓冲区溢出和配置错误(Server vulnerabilities like buffer overflow and configure err
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-21
    • 文件大小:6.02mb
    • 提供者:李大海
  1. overflow

    0下载:
  2. 本代码演示了缓冲区溢出的攻击与防范,VC-This code demonstrates the buffer overflow attacks and to guard against, VC
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-23
    • 文件大小:13.92kb
    • 提供者:zhang
  1. EqueueDemo

    0下载:
  2. 这是书上的代码,支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现---环形缓冲,攻克高级缓冲技术的关键,供大家参考-This is the code book to support non-blocking model with obstructive and thread-safe Ring Buffer Design and Implementation--- ring buffer, buffer technology to capture high-level key, for yo
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:13.66kb
    • 提供者:Lucy
  1. nio

    0下载:
  2. Java NIO 源码适合初学者,里面包括通道和Buffer的基本适用,以及文件锁,和内存文件映射-The package contain source code concerned with Java NIO,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:6.41kb
    • 提供者:JF
  1. core

    0下载:
  2. mina-1.1.7的核心代码,学习Mina的可以研究一下,对学习有好处的-mina-1.1.7 of the core code, you can learn from Mina' s study, to learn good
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:516.24kb
    • 提供者:322qq
  1. flawfinder_1.27-2.tar

    0下载:
  2. 用于代码扫描的工具,可以对C或C++源代码进行检查和审计,发现可能存在的安全漏洞,尤其是缓冲区漏洞-For code scanning tools, can be C or C++ source code inspections and audits and found that there may be security holes, particularly the buffer overflow
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:138.83kb
    • 提供者:chenfagui
  1. boon-1.0

    0下载:
  2. David Wagner写的源代码缓冲区溢出检测工具,使用自己定义的数学方法对缓冲区进行检测。目前BOON已经不更新了。-David Wagner to write the source code for buffer overflow detection tools, use their own definitions of mathematical methods for detection of the buffer. Currently BOON no longer updated.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:312.37kb
    • 提供者:葛瑞海
  1. file_transfer.tar

    0下载:
  2. 这个源码是我自己写的,目的是为了模拟ftp协议实现linux主机之间的文件传输,为了简单起见传输方式为二进制方式,源码编辑之后就可以运行,在头文件中指定了server端的ip地址,端口号,最大的连接数,传输过程中的缓冲大小(100个字节),这些都可以重新设置。运行时现在server端运行服务,然后client端可以通过命令行的方式去获取server端的文件(./client server端的文件路径 本地存储路径和文件名)。新手上路,请站长多多指教。-The source is my own w
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:10.95kb
    • 提供者:sunzhi
  1. LwIP

    1下载:
  2. 本文的章节安排是这样的:第2、3、4节对LwIP做一个总体上的描述,第5节是关于操作系统模拟层的内容,第6节是内存和缓冲区管理,第7节介绍LwIP网络接口抽象层,第8、9、10介绍IP、UDP、TCP协议的实现,第11、12节介绍如何与LwIP协议栈接口及LwIP提供的API,第13、14节将分析协议栈的实现,第15、16节提供LwIP API的参考手册,17、18节提供例子代码。-This chapter arrangement is like this: 2,3,4 LwIP do a se
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-01-22
    • 文件大小:433kb
    • 提供者:zhangxiaojun
  1. google-protocol-test

    0下载:
  2. 用于测试google protocol buffer的源代码,一种消息解析机制,便于模拟测试,希望能带来帮助-Is used to the test google protocol buffer the source code, a message parsing mechanism
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-17
    • 文件大小:254.67kb
    • 提供者:潘静
  1. Micro-Development-Kit1.52

    0下载:
  2. 服务器程序员开发最关心的其实只有3件事情,新连接到达,数据到达,连接断开。 mdk就是基于以上3个主要业务,为服务器设计了OnConnect() OnMsg() OnClose()3个主要回调方法,用户的主要的工作就是实现这3个方法,所以我将这种开发模式命名为面向业务的开发。 用户不再关心底层各种繁杂的处理,比如线程模型,各种同步,内部对象生命周期,各种缓冲只要专心写业务就好 整个框架代码大约5000行,希望不会给大家造成阅读负担, 希望这款服务器能给大家带来更多便利。-S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:148.8kb
    • 提供者:零点
  1. TcpSocket

    0下载:
  2. 基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。-The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:官兵列队
  1. bufmgr

    0下载:
  2. 本源代码是一个简单的buffer manager, 是简单数据库系统底层的一部分。并且提供了一个基于该bufmgr的vector实现,使用方法类似与stl::vector.-Source code is a simple buffer manager, is a simple part of the underlying database system. And provides a vector implementation based on the bufmgr, using methods
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:17.55kb
    • 提供者:tuut
  1. SniffApplication

    0下载:
  2. VC++网络监听程序附源码,功能方面类似于网络监控程序,可监测网络指定连接的协议、源IP地址、目的IP地址、通信端口、大小等信息,实现了基本的功能。运行前请进行缓冲设置。 -VC++ network monitoring program with source code, functionality is similar to network monitoring program, specify the connection protocol monitoring network, the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:22.61kb
    • 提供者:王伟
  1. overrun

    0下载:
  2. 本代码为缓冲区溢出漏洞利用程序,通过选择相对应的函数地址,最后将其转换为机器码实现漏洞利用!-The code for buffer overflow exploits, by selecting the corresponding function address, and finally convert it to machine code to achieve the exploit!
  3. 所属分类:Firewall-Security

    • 发布日期:2017-05-13
    • 文件大小:2.81mb
    • 提供者:jame
搜珍网 www.dssz.com