登录
首页 » Visual C++ » HookAPI

HookAPI

于 2020-06-26 发布 文件大小:64KB
0 272
下载积分: 1 下载次数: 51586

代码说明:

  本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本(Site launch intercepted and replacement of Win32 API development kit HookAPI source version 1.62)

文件列表:

HookAPI1.62
...........\1.6版本更新内容.txt
...........\bug_fixed1.52.txt
...........\CopyRights.txt
...........\DLL
...........\...\ApiInfo.cpp
...........\...\ApiInfo.h
...........\...\CopyRights.txt
...........\...\HookAPI.cpp
...........\...\HookAPI.cpp.bak
...........\...\HookAPI.def
...........\...\HookAPI.dsp
...........\...\HookAPI.dsw
...........\...\HookAPI.h
...........\...\HookAPI.ncb
...........\...\HookAPI.opt
...........\...\HookAPI.plg
...........\...\HookAPI.sln
...........\...\HookAPI.vcproj
...........\...\INJLIB.CPP
...........\...\injlib.h
...........\...\INJLIB_old.CPP
...........\...\Main.cpp
...........\...\Mydll.h
...........\...\ProcessModule.cpp
...........\...\ProcessModule.h
...........\...\ProcessToHook.cpp
...........\...\ProcessToHook.h
...........\...\Psapi.h
...........\...\Ring0.cpp
...........\...\Ring0.h
...........\...\Util.cpp
...........\...\util.h
...........\...\修改日志.txt
...........\...\版权声明.txt
...........\DOC
...........\...\CopyRights.txt
...........\...\HookAPI使用手册.doc
...........\EXE
...........\...\CopyRights.txt
...........\...\HookAPI.aps
...........\...\HookAPI.cpp
...........\...\HookAPI.dsp
...........\...\HookAPI.dsw
...........\...\HookAPI.ncb
...........\...\HookAPI.opt
...........\...\HookAPI.plg
...........\...\HookAPI.rc
...........\...\programsalon.ico
...........\...\RESOURCE.H
...........\...\版权声明.txt
...........\FILTER.INI
...........\filterfile.ini
...........\filterhp.ini
...........\filtermsg.ini
...........\HideProcessDll
...........\..............\Filter.cpp
...........\..............\Filter.h
...........\..............\mydll.aps
...........\..............\mydll.cpp
...........\..............\mydll.def
...........\..............\mydll.dsp
...........\..............\mydll.dsw
...........\..............\mydll.h
...........\..............\mydll.ncb
...........\..............\mydll.opt
...........\..............\mydll.plg
...........\..............\mydll.rc
...........\..............\ps.h
...........\..............\Psapi.h
...........\..............\Psapi.Lib
...........\..............\ReadMe.txt
...........\..............\resource.h
...........\..............\StdAfx.cpp
...........\..............\StdAfx.h
...........\..............\util.cpp
...........\..............\util.h
...........\..............\版权声明.txt
...........\HookAPI.exe
...........\HookAPI9x.dll
...........\HookAPINT.dll
...........\HOOKFILE
...........\........\mydll.cpp
...........\........\mydll.def
...........\........\mydll.dsp
...........\........\mydll.dsw
...........\........\mydll.h
...........\........\mydll.ncb
...........\........\mydll.opt
...........\........\mydll.plg
...........\........\mydll.sln
...........\........\mydll.vcproj
...........\........\ReadMe.txt
...........\........\StdAfx.cpp
...........\........\StdAfx.h
...........\........\版权声明.txt
...........\HookFile_Delphi
...........\...............\mydll.cfg
...........\...............\mydll.dof
...........\...............\mydll.dpr

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • P3-315
    先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’ ’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 (Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between ' n' separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)
    2012-06-30 12:33:52下载
    积分:1
  • apispy32
    又一个截取替换api函数的程序,含95和NT版本,还带一个屏幕取词的例子( An interception replaces the api function the procedure, contains 95 and the NT edition, but also brings a screen to take the word the example )
    2020-06-26 11:20:01下载
    积分:1
  • AMF-Format
    AMF消息格式说明,包含各种格式的消息。(AMF message format that contains a variety of formatted messages.)
    2013-08-20 11:37:47下载
    积分:1
  • PhoenixUnhooker
    内核查看器并有恢复功能,如果你喜欢的话可以告诉我(kernel viewer)
    2011-10-01 16:08:24下载
    积分:1
  • Keyboard-keys-query
    实现获取键盘id的小工具。可用于消息钩子(Achieve access to the keyboard id gadget)
    2020-10-10 12:17:34下载
    积分:1
  • MOUSEANDKEYBOARD
    一个简单的鼠标和键盘动作记录并回放的小程序!
    2009-06-16 00:16:14下载
    积分:1
  • Layman
    采用比较浅显易懂的方式讲解了VC++里面怎样进行dll编程。(The use of relatively easy to understand way which explains how the VC++ dll programming.)
    2011-09-29 13:40:17下载
    积分:1
  • Windows-API-programming
    Windows API 桌面编程,文件中有源代码及说明,适合大家学习使用(Desktop Windows API programming, source code files and instructions for them to learn to use)
    2013-05-28 09:22:24下载
    积分:1
  • APIHOOK
    APIHook程序范例,截取部分API函数。(APIHook program example, intercept some API functions.)
    2013-08-28 14:12:10下载
    积分:1
  • main
    基于句柄类的文本查询示例(C++ Primer 4th)(Text handle classes of queries based on the sample (C++ Primer 4th) )
    2013-09-22 15:12:37下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载