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

搜索资源列表

  1. C_pointer

    0下载:
  2. c指针使用详细说明,供广大程序员学习,避免编程时走弯路。-c pointer with detailed instructions for the majority of programmers to learn to avoid programming detours.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:269272
    • 提供者:张清周
  1. PCF-driver-code

    0下载:
  2. PCF8563驱动库函数,虽然不是很难的东西但我想对于新手来说还是有帮助的,可以少走点弯路-PCF8563 driver library functions, although not very difficult thing, but I think for the novice or helpful, can be less detours
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:6526
    • 提供者:周毅波
  1. CUDA

    0下载:
  2. 帮助gpu初学者配置CUDA环境,我来探索,让你少走弯路-Help the gpu beginners to configure the CUDA environment, to explore detours
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4237
    • 提供者:importantto
  1. HookStaticLibrary

    0下载:
  2. ms detours 2.1 library and mhook 2.3 static library
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:181253
    • 提供者:和神
  1. detours

    0下载:
  2. windows API钩子,也可以直接hook住某段代码-windows API hooks, you can directly hook live piece of code
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:40341
    • 提供者:cutself
  1. nandflash

    0下载:
  2. 用STM32VET6 的IO口模拟数据总线访问三星的NANDFLASH K9F1208.目前网上的相关资料比较少,多数为直接通过FSMC访问。少数的几个模拟IO的资料大都只能读出ID而不能正常读写。 本程序包括page,block,擦除与读写,在本人硬件平台上测试,绝对能用。鉴于本人走了不少弯路,故分享给大家。来节省大家时间-Visit Samsung s use STM32VET6 analog IO data bus NANDFLASH K9F1208. Currently relev
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:2006
    • 提供者:zhaohailiang
  1. Cache

    0下载:
  2. 本程序主要用于测试系统在三种情况下计算1~10000000的速度差异。三种情况分别为:数据在寄存器中计算、使用cache计算、不使用cach只使用内存计算。编写的三个程序:寄存器版、cache版、uncachable版均达到预期效果。这个程序的难点在与关闭系统的cache,在大量查找资料,找寻了5种方法后,才最终成功,所有带failed的代码均表示失败的(之所以把失败的代码也发上来,一是为了避免大家再走弯路,二是希望加以改进,变失败为成功)。-This program is mainly use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3916
    • 提供者:万园春
  1. dzzie-HookExplorer-d9a388a

    0下载:
  2. This is a small application designed to scan a single process looking for IAT or detours style hooks.
  3. 所属分类:Multi Monitor

    • 发布日期:2017-03-27
    • 文件大小:251483
    • 提供者:sdrom
  1. stm32.tar

    0下载:
  2. 我用的是stm32103c8t6芯片,在大牛帮助下一点点从一窍不通到做完项目,走了不少弯路,现在把我的工程贴上,希望能给做stm32的人一点帮助。项目主要用到adc采集数据、采集温度、串口依照协议收发数据、硬件i2c与其他板子i2c通信。-I use stm32103c8t6 chip in the next little bit of help from Daniel ignorant to finish the project, and take a lot of detours, now
  3. 所属分类:SCM

    • 发布日期:2014-10-16
    • 文件大小:21223424
    • 提供者:李石
  1. Project1

    0下载:
  2. 在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometim
  3. 所属分类:Shell api

    • 发布日期:2017-04-13
    • 文件大小:2643
    • 提供者:hanxu
  1. Asynchronous-motor

    1下载:
  2. 这是给异步电机仿真初学者比较好的资料(仿真模型),可以学习一下,然后自己就能搭建出异步发电机的模型了。省得大家走弯路-This is a simulation of asynchronous motor starter is good information(Simulation models), you can learn about and build asynchronous generator models, all by themselves.Save all detours
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:541641
    • 提供者:李庆博
  1. FYZYGLCX

    0下载:
  2. 绝对原创,对新手有很大的借鉴学习的作用,ACCESS数据库,功能包含登陆,查询,数据库各种操作,打印,导出EXCEL,利用EXCEL模版动态导出数据库,当初我学习这些功能可是花费N年的时间哟,当初如果我发现这些代码少走N多弯路了-Absolutely original, has great reference to learn, for the novice ACCESS database, function contain login, query, database operation, p
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:703238
    • 提供者:zhaocy
  1. KernelDetours_libsrc

    0下载:
  2. One of the main limitations of the original Detours library (besides the non-commercial restrictions) is the lack of support for kernel mode detours: the original library makes hard-coded calls to user mode APIs such as VirtualProtect and FlushIns
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:66594
    • 提供者:maysam
  1. APIHookingComplete

    0下载:
  2. Hooking using detours, 32 bit hooking module using MS Detours.
  3. 所属分类:Hook api

    • 发布日期:2017-05-25
    • 文件大小:8369255
    • 提供者:Nawin
  1. Detours_tracereg

    0下载:
  2. 使用微软的Detours执行一种注册表的监测方法;现在还有很多黑客高手在使用-Detours using Microsoft s implementation of a registry monitoring methodologies now there are many experts in the use of hackers
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6838
    • 提供者:zge
  1. Black-hat-seo-training

    1下载:
  2.   为什么选择黑帽seo培训   黑帽seo培训是学习黑帽seo最快的方式,因为别人花了几年时间研究出来的黑帽seo优化技术,如果进行黑帽seo系统培训,你可能用几个星期就学会了,黑帽seo培训大大节省了学习黑帽seo所耗费的时间,而且因为有人指导,可以少走很多弯路,加上自己后期的黑帽seo实战经验,可以快速的融入黑帽seo行业。大幅提高自身的黑帽seo技术水平。   【黑帽学习网www.heimaoxuexi.com】黑帽seo技术从入门到实战教程,零基础学习无负担!最新的黑帽SEO代
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:301699
    • 提供者:黑帽
  1. Detours_tracereg

    0下载:
  2. 使用微软的Detours执行一种注册表的监测方法;现在还有很多黑客高手在使用-Detours using Microsoft s implementation of a registry monitoring methodologies now there are many experts in the use of hackers
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6954
    • 提供者:andClo
  1. WUYUFEImatlab

    0下载:
  2. WuYuFei]中是WuYuFei的论文 [WuYufei_matlab]是WuYufei的Matlab程序 做Turbo码,恐怕很难绕过WuYufei的程序,呵呵 [cap_turbo]和[mother]是我在研究阶段的工作 走了很多弯路,所以这两个目录必然有很多错误而且很混乱 如果想了解一下我的研究历程可以看看,切不可拿来修炼,否则走火入魔俺不管。 -WuYuFei] is WuYuFei paper [WuYufei_matlab] is WuYufei Tu
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:18336
    • 提供者:longtao
  1. hookDLLwin32

    0下载:
  2. 简单的采用detours库截取Messagebox钩子程序,可以简单的参考一下。-Simple use detours library interception Messagebox hook program, you can simply reference.
  3. 所属分类:Hook api

    • 发布日期:2017-05-23
    • 文件大小:7126812
    • 提供者:
  1. Detours_1.5version

    0下载:
  2. Detours是微软开发的一个函数库,可用于捕获x86系统API。-Detours is a library Microsoft development, can be used to capture x86 system API.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:530404
    • 提供者:hanxinsha
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com