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

搜索资源列表

  1. asm-inline

    0下载:
  2. 在LINUX底层开发中,嵌入汇编代码 的教程,希望有帮助-LINUX bottom of the development, compilation of code embedded in the curriculum, with the hope of helping
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:38426
    • 提供者:
  1. dwt_hh_Source

    0下载:
  2. DWT变换源代码,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and li
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4799
    • 提供者:王君
  1. inline

    0下载:
  2. 线性内插器的matlab程序,调试过了 没什么问题-linear interpolation of Matlab procedures, a little too debugging problems
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4009
    • 提供者:
  1. PCKEY.ZIP

    0下载:
  2. dos下控制键盘,The PCKey class provides access to the PC s keyboard through fast inline member functions. Special characters are defined in the header for your convenience. PCKey is not for use in Windows programming -- use only for DOS applications! -
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5623
    • 提供者:谭鸿
  1. 1

    0下载:
  2. This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They sho
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11959
    • 提供者:hehe
  1. HookLibrary

    1下载:
  2. Hook Api Library 0.2 [Ring0&3] By Anskya Email:Anskya@Gmail.com ring3 inline hook For Api Thank: 前29A高手也一直都是我的偶像...z0mbie大牛...这里膜拜一下 使用的LDE32引擎是翻译他老人家的...C->Delphi... 说明: 1.利用堆栈跳转 没有使用传统的jmp xxxx 长跳转,使用容易理解的push xxx
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6347
    • 提供者:david
  1. SSDTHook

    0下载:
  2. 对付ring0 inline hook的基本思路是这样的,自己写一个替换的内核函数,以NtOpenProcess为例,就是 MyNtOpenProcess。然后修改SSDT表,让系统服务进入自己的函数MyNtOpenProcess。而MyNtOpenProcess要做的事就是,实现NtOpenProcess前10字节指令,然后再JMP到原来的NtOpenProcess的十字节后。这样NtOpenProcess 函数头写的JMP都失效了,在ring3直接调用OpenProcess再也毫无影响。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3631
    • 提供者:sdlylz
  1. INLINEHOOK

    0下载:
  2. 一份非常棒的inline hook 代码
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:92951
    • 提供者:sdlylz
  1. KillIceSword(SSDT_and_Inline_Hook_in_Ring0)

    2下载:
  2. 通过SSDT绕过IceSword的inline Hook来关闭IceSword
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:154950
    • 提供者:inking
  1. HookAPI

    0下载:
  2. Hook CreateFileA ,Ring3下的inline Hook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:21924
    • 提供者:QQ
  1. ATL_C16581410132003

    0下载:
  2. ATL Inline Assembly Calculator
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:64923
    • 提供者:墹恑嵥
  1. newton method

    0下载:
  2. function p=newton(f_str,df_str,p0) tol=0.00001; f = inline(f_str); df= inline(df_str); while 1 p=p0-f(p0)/df(p0); if abs(p-p0)<tol, break; end p0=p; disp(p0); end disp(p)
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:216
    • 提供者:su2900hk
  1. X86IL.zip

    0下载:
  2. 可以将机器码计算为汇编指令并且算出指令长度的C头文件。在编写Ring0或Ring3的Inline Hook时不可缺少的东西。,Can be calculated as the compilation of binary instructions and directives to calculate the length of the C header file. In the preparation of the Ring0 or Ring3 when Inline Hook indispen
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:15756
    • 提供者:gbcgbc
  1. InlineHook.rar

    0下载:
  2. InlineHook,一个通用的inline hook 源码,InlineHook
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:4730
    • 提供者:午夜的绅士
  1. LDE.rar

    0下载:
  2. 一个不错的反汇编引擎,可以用来检测inline hook,,DeAsm source code,DeAsm source codeDeAsm check inline hook
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3669
    • 提供者:黄明明
  1. sysenter.zip

    1下载:
  2. KiFastCallEntry hooking,KiFastCallEntry hooking
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:521
    • 提供者:DongHyun
  1. temp_controller7.30jia-wen-kong

    0下载:
  2. 水循环系统、温度信号采集系统、制冷及制热系统、内嵌体温调节算法的温度主控单元软件编写,基于atmega128-Water cycle system, temperature signal acquisition system, cooling and heating system, inline thermoregulatory algorithm of temperature control unit writing software, based on the atmega128
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:256983
    • 提供者:tianzhen
  1. winio.rar

    0下载:
  2. 内联汇编 直接操作winio驱动写io模拟鼠标键盘,Inline assembly winio directly mouse-driven simulation of a keyboard to write io
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:9892
    • 提供者:小斌
  1. SSDT

    0下载:
  2. 建立新的SSDT表,修改可以绕过,某些游戏保护系统的SSDT HOOK 或 INLINE HOOK-SSDT table to create a new, modified to bypass certain game protection system SSDT HOOK or INLINE HOOK
  3. 所属分类:Hook api

    • 发布日期:2016-01-26
    • 文件大小:21504
    • 提供者:f74108
  1. CreateFile

    0下载:
  2. 对win32api createfile 进行inline hook的示例代码-On win32api createfile sample code for inline hook
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:7807
    • 提供者:chen
« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com