搜索资源列表
MyDll.rar
- 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务
Paladin_demo
- HookAPI is the API SDK that sets up system wide hooks for all windows platforms. It could easily hook 32-bit windows system APIs or 32-bit user-defined DLL. It could be used easily and all you need to do is write a DLL f
显示链接(动态加载)DLL的简单示例
- 显示链接(动态加载)DLL的简单示例MyDll&MyEXE 动态加载DLL亦即显示链接D-Display Link (dynamic loading) DLL simple example MyD
MyDll
- 一个简单的DLL程序, 希望对初学DLL的VC程序员有帮助
Mydll
- 操作ORACLE和SQL BASE的封装类,并提供了相应的接口
filemon
- 纯汇编写的,主要拦截KERNEL32.DLL中的OpenFile、CreateFileA、CreateFileW、ReadFile、 ReadFileEx、WriteFile、WriteFileEx、DeviceIoControl等函数,HOOK到的数据未做过滤处理。 其中MYDLL利用了skyer的HOOKAPI LIB,放出源码,主程序的过程是创建进程后挂起,注入MYDLL后恢复进程,拦截过程中的相关函数
mydll
- C#封装好的正则表达式使用dll文件,命名空间为zhuspace,可以直接调用
mydll
- 图像隐藏VC代码,有需要界面的联系我 !QQ:413994924
MyDll
- 调用dll,使用com的形式调用dll,关于asp.net调用dll.
MyDll
- 调用dll,使用com的形式调用dll,关于asp.net调用dll.
MyDll
- dll的创建,方便以后编程的调用,且起到了对核心程序的隐藏和共享
mydll
- 在C++或C中如何创建WINDOWS的D-in C or C on how to create Windows D
dll调用与嵌套调用
- 一.Win32动态链接库 1.制作的步骤: (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。 (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。 (3)MyDll.cpp的内容如下:
MyDll
- 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务-Here are other programs to control the dynamic library window of the source. Including the Finder, mobile window, maximize, minimize the window
mydll
- 在C++或C中如何创建WINDOWS的D-in C or C on how to create Windows D
Paladin_demo
- HookAPI is the API SDK that sets up system wide hooks for all windows platforms. It could easily hook 32-bit windows system APIs or 32-bit user-defined DLL. It could be used easily and all you need to do is write a DLL f
显示链接(动态加载)DLL的简单示例
- 显示链接(动态加载)DLL的简单示例MyDll&MyEXE 动态加载DLL亦即显示链接D-Display Link (dynamic loading) DLL simple example MyD
MyDll
- 一个简单的DLL程序, 希望对初学DLL的VC程序员有帮助-A simple DLL procedures, in the hope that novice programmers DLL has to help the VC
MyDll
- dll的创建,方便以后编程的调用,且起到了对核心程序的隐藏和共享-dll s created to facilitate the call after the programming, and has played a core program and share the hidden
Mydll
- 一个计算正弦和余弦值的MFC常规DLL的动态连接库MyD-A dynamic link library MyDll for MFC regular DLLs that calculates sine and cosine values