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

搜索资源列表

  1. kbhook键盘钩子程序源代码

    1下载:
  2. Logging other people's keystrokes or breaking into other people's computer without their permission can be considered illegal by the courts of many countries. The monitoring software reviewed here is ONLY for authorized system administrators and/or o
  3. 所属分类:钩子与API截获

    • 发布日期:2008-09-22
    • 文件大小:21369
    • 提供者:bus511
  1. 钩子函数例子

    0下载:
  2. This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7276
    • 提供者:风影
  1. 反盗号1204

    0下载:
  2. 一个钩子程序,可用于游戏帐号的反盗号,仅提供学习和参考,务做它用-a hook procedures, which account for the game's anti-zip, only learning and reference works do with it
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:273054
    • 提供者:沈江
  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. ssjpacket

    0下载:
  2. (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。   这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3151194
    • 提供者:邹同
  1. 让你的软件界面更漂亮三

    1下载:
  2. 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactor
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:590971
    • 提供者:小小天职
  1. TrackUserIdle_src

    0下载:
  2. The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5134
    • 提供者:l
  1. Detection_of_the_hidden_processes

    0下载:
  2. Many users have got used that Windows NT Task Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, process hiding is incredibly simple. There are lots of methods available for such a purpos
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:15915
    • 提供者:inwing
  1. Single_Byte_Hooks

    0下载:
  2. Recently I rewatched Joanna s HITB presentation video and I noticed she said that a rootkit leveraging a single byte modification is impossible! Well I think that was a little bold to say and in my opinion it doesn t seem that infeasible that a on
  3. 所属分类:钩子与API截获

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

    0下载:
  2. 这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:19127
    • 提供者:inwing
  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. antihook_src

    0下载:
  2. 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:73052
    • 提供者:吴志明
  1. WinRARZIP

    0下载:
  2. 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法(注:本人杜撰)。   窗口过程函数
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:760308
    • 提供者:孙乾坤
  1. hookN

    0下载:
  2. 国外收集的多个hook代码 Let s talk about kernel and drivers --- --- --- --- --- ----- Author: Holy_Father <holy_father@phreaker.net> / When you see the shadow, think about the light that causes it / Version: 1.0 english Birthday:
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:263875
    • 提供者:校风
  1. hook_api_SDK

    0下载:
  2. 微软公司的拦截api开发包: All Detours functions are compatible with all x86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98, and Windows ME, the DetourFunction* APIS do not work unless the program is running un
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:529221
    • 提供者:摩尔
  1. SDTrestore

    0下载:
  2. Win32 Kernel Rootkits modify the behaviour of the system by Kernel Native API hooking. This technique is typically implemented by modifying the ServiceTable entries in the Service Descr iptor Table (SDT). 有关钩子-Win32 Kernel Rootkits modify the behavio
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:9167
    • 提供者:wind
  1. HOOK_SetupDiSetClassInstallParams

    3下载:
  2. 通过hook技术实现了不能在设备管理器对禁用设备进行启用的操作.-by hook technology can achieve the equipment manager ban on the opening of the equipment's operation.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:122520
    • 提供者:田野
  1. 0402

    0下载:
  2. 一个键盘操作程序实例,是初学者的好的参考程序。-a keyboard operational example, is a good beginner's reference program.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:906369
    • 提供者:zoley
  1. VisualBasic6_SourceCode

    0下载:
  2. The application will operate the ACI Mifare Reader with the DLL ADVIC32.DLL. The DLL’s duty is to transform the user’s operating of the card into detailed communication protocol, then translate it into the command for operating the card. ADVIC32.DLL
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:327602
    • 提供者:sylvester
  1. HOOK

    0下载:
  2. use hook to block keyboard and taskmgr and clip desktop s view
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:72786
    • 提供者:lt
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com