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

搜索资源列表

  1. kbfiltr1

    0下载:
  2. 键盘模拟算法实现,先添加驱动kbfiltr.sys 然后运行testkb-keyboard simulation algorithm, the first add-kbfiltr.sys then run testkb
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:147.55kb
    • 提供者:章飞
  1. hideme

    0下载:
  2. Rootkit,用来隐藏进程, 是从系统底层彻底隐藏哦(用process32frist等看不到)。 原本出自www.rootkit.com 我把他修改抽象出了一个hideme函数。 只要在程序中调用就可以了。 另外需要一个sys的支持,我放进来了。 但可能会被某些杀毒软件以为是病毒哦!-Rootkit, to hide the process from the system is completely hidden Oh bottom (using other process32frist
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6.74kb
    • 提供者:胡俊杰
  1. metalog-0.6.tar

    0下载:
  2. Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:99.34kb
    • 提供者:robo
  1. Captureprocedure

    0下载:
  2. Very simple several capture procedure that I write, is used to test capture efficiency in rough (being that Test2 carrying out the fundamental step capturing carries out capture Test4 by transferring packet.dll temporarily for a specific tas
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:92.29kb
    • 提供者:hanxuan
  1. netview_mine

    0下载:
  2. 简单包捕获及解析软件 [运行平台] Windows 2000/xp + Packet.sys。 [功能概述] 捕获数据包; 数据包解码; 以友好的界面显示数据包信息; 文件存储加载; 捕获检测。 -simple packet capture and analysis software [platforms] Windows 2000/xp Packet . sys. [Functional overview] capture data packe
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:121.51kb
    • 提供者:罗洪
  1. bluetoothhop

    0下载:
  2. 蓝牙跳频系统的simulink仿真程序(This is a MATLAB simulation (SIMULINK) for the hop selection scheme in Bluetooth. Since nearly the same scheme is used for 79 and 23-hop system. Only the 79-hop system in simulated in the CONNECTION state.)-Bluetooth frequency hop
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:271.73kb
    • 提供者:guostone
  1. sys

    0下载:
  2. 清华大学-电子信息工程系-实验用ARM-linux-源代码-SYS篇
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:47.85kb
    • 提供者:姜勇
  1. pciutils-2.2.8

    0下载:
  2. The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utilities based on this library. In runs on the following systems: Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:245.09kb
    • 提供者:秦淅
  1. stand

    0下载:
  2. open bsd stand lib of sys
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:33.33kb
    • 提供者:kuangs
  1. DSP[1].Realtime.Operating.Systems.for.Embedded.Sys

    0下载:
  2. 一本研究Linux实时操作系统必备良书!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:荆有波
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:Edward
  1. SandMan-1.0.080226

    0下载:
  2. 很强悍的一个东西!用户模式下解析windows休眠文件hiberfil.sys格式的代码!可以用来干很多猥琐XX的事情。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:146.06kb
    • 提供者:kingbaser
  1. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:32.02kb
    • 提供者:李明
  1. WinIoSample

    0下载:
  2. VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:   (1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;    (2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;   (3):在StdAfx.h头文件中加入#include "winio.h"语句;   (4):调用InitializeWin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:64.47kb
    • 提供者:苏庆红
  1. VMProtect

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:16.18kb
    • 提供者:cxzhack
  1. sys

    0下载:
  2. 驱动层保护文件的代码,学习驱动编程的朋友可以借鉴一下-Driver layer protection code files, learning-driven programming friends can learn about
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:52.86kb
    • 提供者:jimmy
  1. MS08-025-win32k.sys

    0下载:
  2. MS08-025 win32k.sys在开发木马的朋友会用到-MS08-025 win32k.sys in the development of Trojan s friends will be used
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:30.37kb
    • 提供者:zk
  1. sys

    0下载:
  2. 一个简单的系统监控样例脚本.初学参考使用.-sys monitor
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:7.64kb
    • 提供者:illidan
  1. Linux-sys-gpio-GPIO-driver-.doc

    0下载:
  2. Linux下使用GPIO架构驱动sys下的gpio操作,本人亲自测试过可以正常使用-GPIO architecture using the Linux operating sys under gpio driver, I personally tested normal use
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4.72kb
    • 提供者:Bechance
  1. sys-manager-core

    0下载:
  2. Staticly linked routines that allow late binding of a loaded sys-manager module.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1001byte
    • 提供者:sunnhse
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com