CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - Time-of-Use

搜索资源列表

  1. fwcounter(20050727)ver0.2.2.src

    0下载:
  2. SRS: 1. startup with Windows. 2. support windows 9x, 2000, XP 3. count for key which can be specified by register. 4. count number recorded in an file which path can be specified by register. 5. single instance. 6. run background. 7. 在任何时候,按Alt+S 显示/
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:159862
    • 提供者:周炎
  1. HookSrc

    0下载:
  2. API calls interception is the task that allows you to get access to some parts of others programs. Lots of programmers spend time developing and describing various methods that allow that access. Such methods are used in many anti-virus and anti-spyw
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:19839
    • 提供者:李登煇
  1. MouseHookandKeyBoardHook

    1下载:
  2. 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-mouse hook : a record current window handle to determine whether the mouse left window border, and the location of the mouse window title is displayed in real-time. keyboard
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:181923
    • 提供者:李宇亮
  1. hnxyy.SQLServer.NBSI.v1.0.rar

    0下载:
  2. 利用SQL Server的注入漏洞实现猜解数据库名,表名,字段名及记录的信息,由于网速的原因,目前限制了只能同时猜解前5个字段值的记录信息。另外实现了三种方式执行系统命令,同时可回显显示。,SQL Server to use loopholes in the realization of the injection solution to guess database name, table name, field names and records of the information, be
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:297111
    • 提供者:1231
  1. getword

    0下载:
  2. 现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。 经过痛苦地研究后,我找到了一种实现的方法,现拿出来和大家共享。 注:这个程序是为NT定做的,
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:27271
    • 提供者:璐盟其
  1. BindtoFile

    0下载:
  2. 文件合并工具1.0 功能: 1.将两个文件合并为一个文件 2.将合并后的一个文件分解为两个文件 应用:主要是为了软件的安装方便,假如一个程序有一个exe文件,运行时还需要一个dll或者ocx文件,这样在文件运行的时候就得copy两个文件,如果使用文件合并工具后就可以把两个文件合并到一个exe文件中,在exe运行时再将自身分解为两个文件,这样就做到了安装文件,只需要一个文件. 本软件也使用了此功能,将actskin4.ocx与exe合并了,具体请看源程序.-F
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:242157
    • 提供者:Gougou
  1. wuxian

    0下载:
  2. 在家用无线上网,发现没有记录时长的功能,于是自己写了一个。用API去操作无线上网的程序,用的时候可能要自己去改一下窗口的标题-Wireless Internet access in the home and found no record of when the length function, then write your own one. API to operate with wireless Internet access program, and use the time to ch
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:219333
    • 提供者:gcaufy
  1. bscl

    1下载:
  2. 变速齿轮原理是,游戏在刷新画面时会用到时钟来控制刷新速度,有过游戏开发的人都知道,一般游戏锁定1秒30帧,这样会很流畅,人眼有视觉停顿,当速度达到1秒16帧的时候,就是在跑动画了,游戏用到的计时器有大部分是两个windows提供的api函数,一个是::GetTickCount,一个是::timeGetTime,这两个api的原型请查msdn,我们利用hook api 去修改它的值,从而改变游戏速度,工程是一个d-Change gear principle is that the game wil
  3. 所属分类:Hook api

    • 发布日期:2016-02-03
    • 文件大小:2048
    • 提供者:吴磊
  1. 201031710519

    0下载:
  2. 锁定鼠标和键盘 采用钩子函数编写 可控制锁定时间 这是小弟自学钩子的成果 希望对各位有帮助 -Lock mouse and keyboard control the use of hooks to write self-locking hook of time which is the outcome of brother you want to help
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:159005
    • 提供者:yuanling1806
  1. TrayClock

    0下载:
  2. 使用HookAPI方式修改系统右下角的日期时间显示方式-Modify the system to use HookAPI the lower right corner of the date and time display
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:384202
    • 提供者:colonel
  1. mouse_eventExp01

    0下载:
  2. 利用全局钩子,记录一段时间内用户的键盘和鼠标操作,并保存到文件中。保存完毕后,可以重现之前的操作-Use global hook, record a period of time the user s keyboard and mouse, and save to a file. After saving, you can reproduce the operation before
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:187739
    • 提供者:zhubh
  1. jzz

    0下载:
  2. 用来最小化指定窗口的代码 但同时有被注释掉的HOOK代码最好别用-Used to minimize code of the specified window But at the same time the HOOK code is commented out better not to use
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:951
    • 提供者:家家家
  1. SkinSharp

    0下载:
  2. 最近想玩一下软件界面,百度了半天,发现 SkinSharp 挺强的。可是以前写的好多程序都懒得改源码了,所以想调戏一下 SkinSharp ,在没有源码的情况下,让任何一个 EXE 都可以使用 SkinSharp。本人是很尊重知识产权的,发这个贴子完全是出于技术交流的目的。如果你想使用 SkinSharp 请到官网 http://www.skinsharp.com/htdocs/index.htm 购买。这里玩的 SkinSharp 是1.0.6.6 版的。-Recently want to p
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:504326
    • 提供者:soxtyv
  1. cutcopyrecorder

    0下载:
  2. 痛点: 1、曾经写好的代码,后面想要重用,不知道去哪找了,搜索了很久,也没找到,再写一遍很抓狂! 2、曾经在crt上敲过的命令,下次想用,history 怎么也找不到,很郁闷! 3、数据开发经常验证问题,但同样的问题下次再次出现时,又需要编写同样的SQL,这时... 解决方法: 监控剪贴板,只要变化了,就写LOG,就存起来,因为很多时候会把代码复制下的, 或者以后养成习惯,经常ctrl+c复制下,下次想找回来只需要在Log中搜索即可 运行方式: 程序运
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:35045
    • 提供者:pengyong
  1. VBTSTN00

    0下载:
  2. 主要是用于电力系统实时库建立以及内存的分配和使用,不错-Is mainly used in power system real-time library as well as the memory allocation and use of good
  3. 所属分类:Hook api

    • 发布日期:2017-12-14
    • 文件大小:36702
    • 提供者:cpuqr&874
搜珍网 www.dssz.com