搜索资源列表
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 file named mydll.dll or mydll_9
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控件集,希望大家喜欢, 非常好用的DLL控件集,希望大家喜欢-Very easy to use the DLL control set, hope you like
mydllpic
- 利用 任明汉大侠的mydll制作的VFP截图示例-use RMH S mydll
MyDll
- 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务-Here are other programs to control the dynamic library window of the source. Including the Finder, mobile window, maximize, minimize the window to write the contents of the w
mydll
- 得到PC的硬件信息,可MD5加密 包括CPU,硬盘,MAC地址,-Get PC hardware information, MD5 encryption including CPU, hard disk, MAC address,
MyDll
- VC dll 程序基础应用 主要针对刚学vc动态编程的初学者-VC dll application of basic procedures aimed at school just vc Dynamic programming for beginners
mydll
- 一个dll简单例子,很简单明了,初学适用。-a dll simple c source。
MyDll
- 一个atl 服务器控件,可以自动开启本机登陆界面,并自动填写用户名,密码,做判断后自动登陆-A atl server control, you can automatically open the local landing interface, and automatically fill in user name, password, and automatically determine the landing
css
- 主要有调整的处理接口TCP组的有 send WSASend UDP组的是 sendto recvfrom WSASendto WSARecvfrom 下面的这四个发出封包接口参数二,封包地址,数据类型为整数型,1.8版模块需要选中参考项,原1.5版无需选参考 send WSASend sendto WSASendto 修改了参数二为参考后,当需要修改封包时,直接把新封包的内存地址赋值为该参数即可,居体操作代码见 mydll.e 只所以这么改是为了避免有时拦到的封包长度短,而
MyDll
- 这是一个很简单的VC编写的调用DLL的程序,可以进行学习怎么样调用D.LL,使用的动态调用.-This is a very simple call DLL written in VC program to learn how you can kind of call D. LL, use of dynamic invocation.
MyDLL
- vc动态链接库的一个很好的例子,希望对新手有所帮助,欢迎下载-it is a vc dynamic link library
MyDll
- 通过程序来说明了文件dll的编程和使用,启动和运行。-use of “dll”
mydll
- 原创的access建库建表的mfc代码,建立的数据库包含密码参数-Original construction of library building access table mfc code, the establishment of a database that contains the password parameter
Draw12
- 中LIBRARY语句说明该def文件是属于相应DLL的,EXPORTS语句下列出要导出的函数名称。我们可以在.def文件中的导出函数后加@n,如Max@1,Min@2,表示要导出的函数顺序号,在进行显式连时可以用到它。该DLL编译成功后,打开工程中的Debug目录,同样也会看到MyDll.dll和MyDll.lib文件。 然后要定义这些函数的实现了,其实这些工作dshow的基类里都已经替我们做好了,我们所要做的就拿来用就是了,最重要的三个函数的实现一般如下 -// {6C4