搜索资源列表
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 can be found from SHformatdri
catwork0601
- 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
HookImport_src
- 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 hook Win32 API calls. This is
cvery_043552
- 请先编译DLL文件,并将DLL文件拷贝至call HOOK目录, 调用CallDll程序加载*前,应先运行IE.
AheadLib
- AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。-AheadLib is used to generate a DLL Troy tool for the analysis of DLL function call parameters (such as records of what Socket send etc.), c
DLL封装窗口
- 请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载*前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
keylogdllandexe
- *器代码,包含DLL和EXE调用两部分.默认只记录IE中输入的密码,可修改 DLL 中CALLBACK CBTProc 窗口标题实现对其他窗口的*.-Keyboard recorder code, include the DLL and EXE call two parts. The default only record IE entered password, can modify the DLL CALLBACK CBTProc window s title to achiev
Hook
- 全局键盘钩子,双击Ctrl能弹出或隐藏制定的窗口,像Google桌面搜索一样。 使用方式:先在工程文件中设置Hook.lib路径,并复制Hook.dll文件到工程目录下。然后调用SetHook(HWND hwnd)注册钩子。-Global keyboard hook, double-click or Ctrl to hide the development of the pop-up window, the same as Google Desktop Search. Used: fi
hook.dll
- 一个全局键盘钩子(hook)的例程,包括hook.dll及调用程序 -A global keyboard hook (hook) of the routine, including call hook.dll and procedures
anti-ssdt
- Windows XP是通过sysenter调用KiFastCallEntry将ntdll.dll的调用切换到内核的。KiFastCallEntry的原理是通过在SSDT中查找函数地址跳转。所以只要伪造一张原始SSDT,就可以使得SSDT-HOOK无效了。-Windows XP by calling KiFastCallEntry sysenter ntdll.dll call will switch to the kernel. KiFastCallEntry SSDT principle i
Hookdll
- 钩子dll,学习汇编的时候做的,用易语言调用成功-Hook dll, learning when to do the compilation, using easy language to call the success of
MouseHook
- 简单的鼠标钩子例子,可显示鼠标所在窗口的标题!模拟金山词霸取词功能,包括一个系统钩子DLL和调用程序!-A simple mouse hook example, where the window can display the title of the mouse! Simulation PowerWord check word features, including a system hook DLL and call the procedure!
NoKill
- VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
hooksimple
- inject a VC++ DLL into another process, call DLL by VB6.
hook
- 钩子技术实例一个,本例子展示了调用dll截获键盘消息的钩子技术-Technology instance of a hook, the example shows the call dll to hook keyboard messages intercepted Technology
KEYBOARD_HOOK
- 键盘钩子,一个是生成钩子DLL的,一个是对其调用,C++ Builder ,学习资料,6。0版本以上-Keyboard hook, a hook DLL is generated, and one of its call, C++ Builder, learning materials, 6.0 version of the above
KeyHook
- 调用DLL进行全局键盘监控,DLL已在目录下,可以直接调用-Call the DLL to the global keyboard control, DLL is in the directory, you can directly call
Call--form-in-DLL-into-MDI-form-
- 窗体调用DLL中的窗体让其变成MDI窗体 窗体调用DLL中的窗体让其变成MDI窗体-Call the form in the DLL into a MDI form Call the form in the DLL into a MDI form
MousehookDemo
- 调用鼠标钩子DLL的实例源码,希望对大家有所帮助-Call an instance of the mouse hook DLL source code, we want to help
DllApply
- DLLApply是一个使用3中方法来加载DLL文件的程序,展示了常用DLL加载及调用dll中函数的例子。-DLLApply is a method of using the 3 DLL files to load the program, showing the common DLL and call the dll function to load the example.