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

搜索资源列表

  1. idtextsrc

    0下载:
  2. 解析Windows2000的IDT扩展机制-analytic Windows2000 IDT expansion mechanism
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8546
    • 提供者:京用
  1. i2c_32355 code

    0下载:
  2. 用于开发mips处理器idt 32355的源代码,测试通过-MIPS processor for the development of 32,355 Employing the source code, the test
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5047
    • 提供者:shqk
  1. i2c_32438_code

    0下载:
  2. i2c源代码,用于idt公司32438 mips处理器开发-i2c source code for the company Employing 32,438 MIPS processors
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4813
    • 提供者:shqk
  1. 32438_bluetooth

    0下载:
  2. idt mips 32438上面实现的蓝牙模块驱动程序源文件-achieving above the Bluetooth module driver source
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12436
    • 提供者:shqk
  1. 32365_ieee1394

    0下载:
  2. idt mips 32365上面移植实现的iee1394驱动程序-transplant achieve the above iee1394 Driver
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:119272
    • 提供者:shqk
  1. allidt_20020616.tar

    1下载:
  2. idt的双口ram的读写接口程序,verilog 代码,并且有测试文档-Employing a dual-port ram reader interface program, Verilog code, and a test document
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44740
    • 提供者:buttern
  1. dvKrnlData

    0下载:
  2. 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:55181
    • 提供者:左手
  1. idt_src

    0下载:
  2. 键盘的IDT hook范例,学习rootkit的好教程!-keyboard hook IDT example, a good learning rootkit Guide!
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:145256
    • 提供者:luocong
  1. execRing0CodebyAnyUserMode

    0下载:
  2. 众所周知在非 Admin 用户模式下,是不允许加载驱动执行 RING 0 代码的。 本文提供了一种方法,通过修改系统 GDT,IDT 来添加自己的 CALLGATE 和 INTGATE 这样便在系统中设置了一个后门。我们就可以利用这个后门 在任意用户模式下执行 ring 0 代码了。为了保证我们添加的 CALLGATE 和 INT GATE 永久性。可以在第一次安装时利用 SERVICE API 或 INF 文件设置成随 系统启动。不过此方法也有个缺陷,就是在第一次安装 C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4322
    • 提供者:Michael
  1. IDTGuard

    2下载:
  2. IDT Hook 检测及恢复 此程序在 Ring3 下打开物理内存对象取得当前内存中的 IDT,再用打开对应的原始内核文件进行比较。带恢复功能。 此程序适用于 XP/2003。采用特征码搜索方式查找。注释详细,代码规范
  3. 所属分类:驱动编程

    • 发布日期:2014-01-18
    • 文件大小:6505
    • 提供者:张京
  1. IDT-Hook-

    1下载:
  2. IDT是一个有256个入口的线形表,每个IDT的入口是个8字节的描述符,所以整个IDT表的大小为256*8=2048 bytes,每个中断向量关联了一个中断 处理过程。所谓的中断向量就是把每个中断或者异常用一个0-255的数字识别-IDT is a linear table 256 entry, each IDT entry is 8-byte descr iptors, so the size of the IDT table 256* 8 = 2048 bytes, each inter
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:112648
    • 提供者:wu
  1. Kehook

    0下载:
  2. 对于hook,从ring3有很多,ring3到ring0也有很多,根据api调用环节递进的顺序,在每一个环节都有hook的机会,可以有int 2e或者sysenter hook,ssdt hook,inline hook ,irp hook,object hook,idt hook-The hook, from ring3 there are many, ring3 to ring0 there are many, according to api call progressive sequen
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1870232
    • 提供者:王小明
  1. interrupthook_src

    0下载:
  2. HOOK所有IDT表项,在GUI中记录IDT回调函数调用次数,并且查看中断信息-HOOK table of all IDT, IDT recorded in the GUI callback function to call the number, and view the disruption of information
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:27881
    • 提供者:michael
  1. SESYS

    0下载:
  2. 取page段地址的代码 大概包括了ssdt, idt, msr钩子,3种notify,还有从文件读取偏移抗猥琐的代码. 支持这个编程板块-Get page segment address code probably includes ssdt, idt, msr hook, three kinds of notify, also read from the file offset anti-insignificant code. To support the programming plate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:11619
    • 提供者:r00tsh3ll
  1. showIDT

    0下载:
  2. R3下显示 IDT , IDT hook 研究必用-Under R3 shows IDT, IDT hook with the Study
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:7780
    • 提供者:
  1. windows_kernel_tool

    2下载:
  2. 一:SSDT表的hook检测和恢复 二:IDT表的hook检测和恢复 三:系统加载驱动模块的检测 四:进程的列举和进程所加载的dll检测 -1: SSDT table hook detection and recovery 2: IDT table hook detection and recovery 3: System load driver module test 4: the process list and the process of loading the dll
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:2296725
    • 提供者:虫子
  1. IDT

    0下载:
  2. 认识IDT表,吐血推荐,非常好。 非常好。 -Understanding of IDT table, recommended blood, very good. Very good. Very good. Very good.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8549
    • 提供者:xingchao
  1. IDT

    0下载:
  2. idt计量芯片上位机校表软件,主要用到串口通讯-Measurement chip PC calibration software
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:136015
    • 提供者:张裕赞
  1. IDT_P9242REVKPCB_PCB_20161110

    0下载:
  2. IDT无线充电15W发射PCB参考图,brd文件格式(IDT wireless charging, 15W emission, PCB reference map)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:330752
    • 提供者:jasona3
  1. IDT_RefDes-Broadcom_GDE_20120409

    0下载:
  2. IDT Synchronous Ethernet Clocking Reference
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:364544
    • 提供者:sweatsea
« 12 3 »
搜珍网 www.dssz.com