资源列表
kk
- 这是一个瑞芯微的升级程序,很难找到的哦。-this is a progress
AppInitHook
- 本文介绍了一种简单的方式,成立全系统的全局API钩子。它使用的DLL注入和API挂接Mhook库AppInit_DLLs注册表键。为了说明这种技术,我们将展示如何轻松地隐藏CALC.EXE从正在运行的进程列表。-This article describes an easy way to set up system-wide global API hooks. It uses AppInit_DLLs registry key for DLL injection and Mhook library
HookRPM
- 向进程注入托管程序集(Hook ReadProcessMemory Api)(C#源码)-To process into the managed assembly (Hook ReadProcessMemory Api) (C# source code)
SalverProject
- 1.通过hook接收系统鼠标信息 2.系统托盘 3.设置透明窗口 4.隐藏显示WINDOWS系统任务栏 5.系统中第一个进程的信息处理-1. By hook mouse receiving system information 2. The system tray 3. To set a transparent window 4. Hide Show WINDOWS system tray 5. System, the first process of information p
DetourHook
- detour的api hook方法, 实现了进程hook,消息hook等。-detour api hook method. realize the process hook, message hook etc.
inject_dll_Console
- 注入其他进程的dll实现方式,代码简单(已经做到最简单,有注释,没有注重功能,没有实现提升权限)-Injected into other processes of the dll implementation code (have done the most simple, comment, did not pay attention to function, there is no elevated privileges)
0225191
- RTMP push and pull flow source, designs the RTMP server flow
b17817b8f98d
- 一个钩子的响应函数编写,然后用鼠标的编写,API-Write a hook function, and then use the mouse to write the API
mouse
- 鼠标钩子代码,参考学习,请勿直接用于商业用途-Mouse hook code, a reference to learn, do not directly used for commercial purposes
InjectCreateProcess
- 利用CreateProcess挂起启动一个程序并注入dll文件。-Use CreateProcess to start a program and inject the DLL file.
_no_ctrl_alt_del.rar
- 2000下禁用Ctrl+Alt+Del源码
WinRARZIP
- 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法(注:本人杜撰)。 窗口过程函数