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

搜索资源列表

  1. xzycq_weilian

    0下载:
  2. pci的windows系统驱动源码,包含详细的读写操作函数。
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3019
    • 提供者:szliu
  1. cradle

    0下载:
  2. 云台控制系统,内有详细说明。在编译本章程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化 函数initializeWinIO调用将会失败。
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:123888
    • 提供者:刘磊
  1. 探索NDIS HOOK新的实现方法

    0下载:
  2. NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
  3. 所属分类:驱动编程

  1. W25x16

    0下载:
  2. W25X16驱动程序,W25X16是华邦公司推出的系列存储器产品,具有体积小、规格全、容量大、功耗低和硬件接口简单的特点,非常容易与各种单片机构成存储系统。本文重点介绍此类存储器与单片机的接口,并结合stm32单片机,给出实际的电路图和软件驱动函数-W25X16驱动程序
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:2624
    • 提供者:方征
  1. PE

    0下载:
  2. 基本的驱动编程和客户端,客户端分析PE文件,重定位后,传给驱动,恢复被360 Hook的KifastCallEntry函数,同时,该源码还能实现对大多数安全软件进行强杀,如卡巴,360,瑞星,等等。仅限XP系统。-Basic programming and client-driven, client-side analysis PE file, re-positioning, passing drivers, restore 360 Hook' s KifastCallEntry func
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-09
    • 文件大小:2528583
    • 提供者:zzz
  1. TesSafe_DebugPort_general

    0下载:
  2. 修改系统调试函数来解决一些软件DebugPort清0防止调试的手法,普通版-Modify system commissioning functions to solve some software DebugPort qing 0 prevent debugging technique
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1567194
    • 提供者:十年寒窗
  1. S3C2440A

    0下载:
  2. 以三星公司的嵌入式微处理器S3C2440A和夏普公司3.5inLCD屏LQ035Q7DH01为基础,设计了显示硬件电路,介绍了帧缓冲设备的处理机制及底层驱动的接口函数,针对本显示系统给出了如何开发其Linux帧缓冲设备驱动程序。-Samsung' s S3C2440A Embedded Microprocessor 3.5inLCD and Sharp Screen LQ035Q7DH01 based on the design of the display hardware on the
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:272678
    • 提供者:honghong
  1. SSDT_Unhook

    0下载:
  2. SSDT恢复源代码,恢复被挂钩的SSDT(系统服务调用函数表)-SSDT unhook sourcecode
  3. 所属分类:Driver Develop

    • 发布日期:2016-09-23
    • 文件大小:4376
    • 提供者:fd
  1. Memorytest

    0下载:
  2. 内存检测,通过APi函数的系统的内存进行检查,判断内存情况-Memory test, by APi function, the system checks the memory to determine the memory of
  3. 所属分类:Driver Develop

    • 发布日期:
    • 文件大小:2127
    • 提供者:黄希
  1. ZwQuerySystemInformation

    0下载:
  2. ZwQuerySystemInformation如题,ZwQuerySystemInformation核心函数的应用示例,编写的一个任务管理器,该函数内部50个系统信息,壳根据自己的需要得到系统的核心信息,极具参考价值!-ZwQuerySystemInformation such as title, ZwQuerySystemInformation core function of the application of the sample, prepared by a task manager
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:5221
    • 提供者:yy
  1. RESSDTEX

    0下载:
  2. reset 系统SSDT表,恢复被其他驱动hook修改的函数-SSDT table reset the system, restore the hook to modify the function of other drivers
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:2032765
    • 提供者:lin
  1. TesSafe_DebugPort_special

    0下载:
  2. 修改系统调试函数来解决一些软件DebugPort清0防止调试的手法-专门针对tx驱动-Modify system commissioning functions to solve some software DebugPort qing 0 prevent debugging technique. For Tx
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:898394
    • 提供者:十年寒窗
  1. IODriver

    0下载:
  2. 借助驱动完成对winxp或winnt系统的io访问。可以直接使用_outp和_inp等函数。但是需要仔细调试。-failed to translate ,don t know English。sorry!!!
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:4406
    • 提供者:limit
  1. MyHardTest2

    0下载:
  2. CSP的DLL测试程序,CSP外壳签名后,安装到系统,测试自己编写的CSP的主要函数功能-CSP' s DLL test program
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-28
    • 文件大小:11664972
    • 提供者:孙德猛
  1. initgraph

    0下载:
  2. 图形函数 函数名: initgraph()   功 能: 初始化图形系统   函数原型: void far initgraph(int far *graphdriver, int far *graphmode,   char far *pathtodriver) graphdriver是上涨指向图形驱动序号变量的指针;graphmode是在graphdriver选定后,指向图形显示模式序号变量的指针。pathtodriver表示存放图形驱动文件的路径。   头文件:gra
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-25
    • 文件大小:7168
    • 提供者:sdewen
  1. mermory_map

    0下载:
  2. windows系统下内核到用户的内存映射实现,主要包括映射和释放两个函数。方便使用-windows system kernel to user memory mapping to achieve, including mapping and the release of the two functions. Easy to use
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-04
    • 文件大小:1367
    • 提供者:馒头
  1. NP_Source

    0下载:
  2. NP启动后通过WriteProcessMemory跟CreateRemoteThread向所有进程注入代码(除了系统进程smss.exe),代码通过np自己的LoadLibrary向目标进程加载npggNT.des。npggNT.des一旦加载就马上开始干“坏事”,挂钩(HOOK)系统关键函数如OpenProcess,ReadProcessMemory,WriteProcessMemory,PostMessage等等。 挂钩方法是通过改写系统函数头,在函数开始JMP到npggNT.des中的
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:128904
    • 提供者:ghgh
  1. 串口通信测试小程序

    0下载:
  2. win7系统基于VC++6.0编写的串口通信程序,CSerialPort函数,虚拟串口调试
  3. 所属分类:驱动编程

  1. showssdt

    0下载:
  2. 列举系统已经HOOK过的系统函数,显示修改之后的地址-System has been cited HOOK system functions
  3. 所属分类:Driver Develop

  1. lpc1788_ucos

    0下载:
  2. 实现恩智浦lpc1788fet208上ucos系统的建立,并手动实现了printf函数- To achieve the establishment of NXP lpc1788fet208 UCOS system, and implements the printf function manual
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-12
    • 文件大小:2645296
    • 提供者:戴文明
« 12 »
搜珍网 www.dssz.com