资源列表
[钩子与API截获] Windows API源代码
说明:windowsAPI编程的例子,用户可以直接查看并使用-windowsAPI Programming example, the user can directly view and use<jake> 在 2025-02-08 上传 | 大小:5.09mb | 下载:0
[钩子与API截获] Dll2Process
说明:动态库注入器 1.0 功能:将一个动态库文件注入到一个正在运行的进程内. 应用:通过注入功能,可以实现对一个进程的api hook,比如写一个dll,然后hook socket api,然后注入到你想监视的进程,这样就能够用于网络数据包的分析了 -DLL injector 1.0 features : a dynamic library file is injected into a running process.<阿东> 在 2025-02-08 上传 | 大小:49kb | 下载:0
[钩子与API截获] sdkdllhook
说明:这个是我刚学DLL时写的一个Windows键盘HOOK,技术有限,如果哪里不对,还请各位多多指点,我的邮箱是zhangweizj@msn.com-This is a DLL I am just learning to write a Windows keyboard HOOK, limited skills, where if not, please pointing out a lot, my mailbox is zhangweiz<吴晓冬> 在 2025-02-08 上传 | 大小:10kb | 下载:0
[钩子与API截获] 黑客程序IE终结者的源代码IEClose
说明:黑客程序IE终结者,很好的屏蔽IE广告,并且可以用来查杀*程序-hacker program IE Terminator, a good shielding IE advertising, and can be used to detect and disinfect Trojans<陈振> 在 2025-02-08 上传 | 大小:50kb | 下载:0
[钩子与API截获] 钩子实现文件或端口读写的截取&
说明:基于Delphi的介绍钩子原理,利用钩子原理来实现文件和端口的截取-based Delphi introduced hook principle, the use of hooks to the principle of documents and the interception of ports<王熠> 在 2025-02-08 上传 | 大小:355kb | 下载:0
[钩子与API截获] code_format_disk
说明:磁盘格式化程序,msdn中没有提供磁盘格式化函数说明,但是只要加载shell32.dll,可以从中查到磁盘格式化函数SHformatdrive,可以利用此函数调用磁盘格式化界面。-disk formatting procedures, which are not available flowing disk formatting functions that However, as long as loading motto. disk<蒋美娟> 在 2025-02-08 上传 | 大小:7kb | 下载:0
[钩子与API截获] catwork0601
说明:1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINS<阳广元> 在 2025-02-08 上传 | 大小:99kb | 下载:0