搜索资源列表

  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的完全修改。
  3. 所属分类:钩子与API截获

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

    0下载:
  2. 1. logamount, resetlog, frag options support 2. dynamic rules support 3. ndis-hooking driver (for NAT and other)
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:194065
    • 提供者:王斐
  1. hooking-api

    0下载:
  2. api hook 程序,可以用于挂钩windows系统下的api 函数,进行改造后功能将会更强大。-api hook procedures can be used to link the windows api system function, after transforming function will be more powerful.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:263235
    • 提供者:sanlwg
  1. MCH_Demos

    0下载:
  2. \"process wide\": some demos about hooking APIs/code in your own process OS independent \"system wide\": several demos about system wide API hooking (using hook dlls) OS independent \"system wide - win9
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1070498
    • 提供者:万俟雅言
  1. _soviet_direct_hooking_src

    0下载:
  2. Hooking the kernel directly -the kernel directly vine
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:5659
    • 提供者:srhg
  1. afti

    0下载:
  2. A new method of propagation for computer viruses is here presented, Automated File Transfer Infection (AFTI). This method is specific for the Microsoft® Windows® NT/2000/XP/Server 2003 platforms, albeit it m
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15058
    • 提供者:ws07
  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 Kern
  3. 所属分类:钩子与API截获

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

    0下载:
  2. hook api hook api
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:265703
    • 提供者:不知道
  1. startnt_Service

    0下载:
  2. Hooking the kernel directly
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:26155
    • 提供者:gf
  1. kbdhook

    0下载:
  2. Low level keypresses hooking library
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:36076
    • 提供者:Vadim
  1. WindowsHookLib_Source_Files

    0下载:
  2. Hooking DLL. Windows hook library. Keyboard, mouse, journal hooking etc.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:149444
    • 提供者:selamicik
  1. APIHookingPart3_src

    0下载:
  2. This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:300629
    • 提供者:海天
  1. libnetnt-1.0.2a

    0下载:
  2. NT下的截获和构造网络包的程序,用到了wpcapsrc.zip-A program which can be used for hooking and constiting network packets, and has used wpcapsrc.zip
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:1042432
    • 提供者:站长
  1. apihook_Code

    0下载:
  2. 一个通过修改DLL文件的IAT表来实现的hook开发包源码-A DLL file by modifying the IAT table to achieve the hook development kit source
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-22
    • 文件大小:190464
    • 提供者:站长
  1. MessagerSpy

    0下载:
  2. 一个msn的消息管理和截获工具,很具有参考价值,强烈推荐--A msn message management and hooking tool,recommend
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-22
    • 文件大小:753664
    • 提供者:站长
  1. wipfw

    0下载:
  2. 1. logamount, resetlog, frag options support 2. dynamic rules support 3. ndis-hooking driver (for NAT and other)
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:193536
    • 提供者:王斐
  1. HookImport_src

    0下载:
  2. Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-22
    • 文件大小:6144
    • 提供者:l
  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
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-22
    • 文件大小:7168
    • 提供者:l
  1. afti

    0下载:
  2. A new method of propagation for computer viruses is here presented, Automated File Transfer Infection (AFTI). This method is specific for the Microsoft® Windows® NT/2000/XP/Server 2003 platforms, albeit it m
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:14336
    • 提供者:ws07
  1. startnt_Service

    0下载:
  2. Hooking the kernel directly
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-22
    • 文件大小:25600
    • 提供者:gf
« 1 2 34 5 6 7 8 9 10 »

源码中国 www.ymcn.org