CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Buffer

搜索资源列表

  1. ms05009

    0下载:
  2. MSN Messenger PNG Image Buffer Overflow Download Shellcoded Exploit (MS05-009)
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2090
    • 提供者:胡容铨
  1. bufferoverflow

    0下载:
  2. Win32缓冲区溢出-Win32 buffer overflow
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:275476
    • 提供者:陈佳
  1. msexpliot

    0下载:
  2. 针对微软缓冲区溢出的一个漏洞利用工具,代码经过调试,可以应用于window2k平台-against Microsoft in a buffer overflow exploits, code After debugging, platform can be applied to window2k
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:18592
    • 提供者:李岩
  1. 2005322195018

    0下载:
  2. C语言程序,演示如何通过数组越界进行最简单的缓冲区攻击 -C language program, a demonstration of how the array through the most simple cross-border attacks in the buffer zone
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:37457
    • 提供者:ljf
  1. 1243693139

    1下载:
  2. VC下进行缓冲区操作, 如一个线程写,一个线程读取并存储 当然使用队列 这是为具体工程写的队列的例子工程-buffer under VC operation, such as writing a thread, a thread to read and storage of course this is the use of Queue works written for specific examples of projects Q
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10340
    • 提供者:卢火
  1. 特殊磁道加密源代码

    1下载:
  2. 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38856
    • 提供者:李小
  1. TS

    1下载:
  2. TS打包和解包的模拟,把一段缓冲区的数据打包成TS包,然后再解包的程序(在Linux可直接编译)。-TS simulation package reconciliation package to buffer the data packaged into a TS packet, and then unpack the program (in Linux can be directly translated).
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:8591
    • 提供者:semenjin
  1. lab3

    0下载:
  2. CSAPP第三个经典实验,缓冲区溢出攻击实验,希望你喜欢-The third classic experiments in CSAPP buffer overflow attack experiment, I hope you like it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:138024
    • 提供者:落叶飘轩
  1. LAB7

    0下载:
  2. ioctl commucation with linux char-buffer device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:72595
    • 提供者:dimka
  1. BufferProgram

    0下载:
  2. 循环缓冲区好处是:使共享资源的线程的等待时间减到最小,并使他们的平均操作速度相同。 注意:循环缓冲区不适合于生产者和消费者持续以不同的速度进行操作的情况。 缓冲区太小,这样会使线程等待更多的时间。 缓冲区太大,这样会浪费内存。 -Circular buffer benefits are: to make a thread of shared resources to minimize the waiting time, make them the same as the a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2167
    • 提供者:代码人
  1. transparent-encryption

    1下载:
  2. 基于双缓冲过滤驱动的透明加密系统研究与实现-Based on double buffer transparent encryption system filter driver and Implementation Research
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-08-24
    • 文件大小:724992
    • 提供者:mj
  1. QQmsgpojie

    0下载:
  2. 自动搜索本地已经登陆过的qq号码,可以破解指定qq聊天记录,并支持将聊天记录导入到文件或buffer中。qq2009暂不支持,编译环境请用VS2003-Automatically search the local have been landing qq number, you can crack the designated qq chat, chat and support will be imported into a document or record in the buffer. q
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:60016
    • 提供者:呀能
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-21
    • 文件大小:29701
    • 提供者:CoCo
  1. GetDiskIdSerialNumber

    0下载:
  2. 获取硬盘序列号,网卡mac地址,硬盘类型,computer Id Drive Model Number________________: [ST3250312AS] Drive Serial Number_______________: [ 6RY836TS] Drive Controller Revision Number__: [3.AAF] Controller Buffer Size on Drive___: 8388608 bytes Drive Type_____
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:31290
    • 提供者:everettjf
  1. getHDSN

    0下载:
  2. VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ;
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:204994
    • 提供者:许豫飞
  1. rngLib

    0下载:
  2. 环行buffer的实现以及操作函数,主要包括环行buffer的内存申请,释放,读取数据和写入数据,还有返回该buffer的一些属性参数-Circular buffer and the operation of the realization of function, including memory ring buffer to apply, release, read data and write data, as well as the return of some of the buffe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2193
    • 提供者:Tonysun
  1. FL16

    0下载:
  2. 发送数据给被控器/接收来自被控器的数据 要发送数据的字节数 要接收数据的字节数 发送/接收缓冲区的首字节 -Send data to be Director/receive data from the controller to send data to receive data bytes number of bytes to send/receive buffer of the first byte
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:23418
    • 提供者:SS
  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:1471
    • 提供者:hjintian
  1. P_C

    0下载:
  2. 模拟操作系统的著名问题--生产者消费者问题,并且可以任意设置缓冲区大小并从标准文件读入数据-Simulation of the operating system a well-known problem- the producers of consumer issues and can set the buffer size and read from the standard document data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3579
    • 提供者:王小二
  1. Producer_Consumer

    0下载:
  2. 若干个生产者和消费者共同存取有限大小的缓冲区。存取规则如下:1.生产 者或消费者每个时刻只能有1 个进程生产或消费1 个产品;2.不能向满缓冲 区放产品;不能向空缓冲区取产品。-A number of producers and consumers to access the common buffer of limited size. Access rules as follows: 1. Producers or consumers each time there can be on
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1765591
    • 提供者:彭格
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com