Welcome![Sign In][Sign Up]
Location:
Search - vc_dll

Search list

[Other resourceVC_DLL

Description: vc++动态链接库开发指南,对于初学者有很大帮助。很好的学习材料-vc dynamic link library development guide for beginners will be of great help. Good learning materials
Platform: | Size: 73465 | Author: 里拨 | Hits:

[OS programVC_DLL

Description: 如何用 VC++创建实现动态库的 过程,有助于深入了解DLL的编写
Platform: | Size: 481586 | Author: 学敏 | Hits:

[WEB Codevc_dll

Description: 包含所有教程和全部源代码, 是学习dll最佳教程.
Platform: | Size: 2687852 | Author: hzw | Hits:

[VC/MFCVC_DLL

Description: vc++动态链接库开发指南,对于初学者有很大帮助。很好的学习材料-vc dynamic link library development guide for beginners will be of great help. Good learning materials
Platform: | Size: 72704 | Author: 里拨 | Hits:

[OS programVC_DLL

Description: 如何用 VC++创建实现动态库的 过程,有助于深入了解DLL的编写-How VC++ Create dynamic libraries realize the process, contribute to a deeper understanding of the preparation of DLL
Platform: | Size: 481280 | Author: 学敏 | Hits:

[Documentsvc_dll

Description: 包含所有教程和全部源代码, 是学习dll最佳教程.-Contains all the tutorial and all source code, is to learn from the best tutorial dll.
Platform: | Size: 2688000 | Author: hzw | Hits:

[MiddleWareVC_DLL

Description: 里面还有各种在VC环境下调用动态链接库的源码,对于掌握DLL很有帮助。-There is also a variety of circumstances in VC DLL in the source code for the master DLL helpful.
Platform: | Size: 1129472 | Author: 毛雁明 | Hits:

[VC/MFCVC_dll

Description: VC++动态链接库(dll)编程.pdf-VC++ dynamic link library (dll) programming. in pdf format
Platform: | Size: 552960 | Author: coobluegrass | Hits:

[source in ebookVC_DLL

Description: 这是2009年7月23日我在网上搜集的VC动态数据库DLL。-This is the July 23, 2009, I collected VC online dynamic database DLL.
Platform: | Size: 259072 | Author: ycq | Hits:

[BooksVC_DLL

Description: 介绍VC++动态链接库((DLL)编程深入浅出,对初学者有用-Introduction VC++ dynamic link library ((DLL) program a simple and useful for beginners
Platform: | Size: 393216 | Author: | Hits:

[DocumentsVC_DLL

Description: VC 使用DLL方法 调用lib库的方法-VC DLL measurement
Platform: | Size: 1024 | Author: jwy | Hits:

[Windows DevelopVC_DLL.ZIP

Description: vc6 dll Create and Study
Platform: | Size: 555008 | Author: dzg53 | Hits:

[Windows Developvc_dll

Description: 上节给大家介绍了静态链接库与库的调试与查看(动态链接库(DLL)编程深入浅出(一)),本节主要介绍非MFC DLL。-In the previous section we introduced a static link library and the library and view the debugger (Dynamic Link Library (DLL) program easy to understand (a)), this section introduces the non-MFC DLL.
Platform: | Size: 1166336 | Author: hawk | Hits:

[OS programVC_DLL

Description: 制作了四个动态连接库,并设计了一个动态连接库的调用程序,可以给刚学习制作DLL的同学共勉-make a dll
Platform: | Size: 2712576 | Author: 流星的眼泪 | Hits:

[Windows Developjc_bc-dt-vc_dll

Description: VC++动态链接库(DLL)编程有关知识-VC++ dynamic link library (DLL) programming
Platform: | Size: 1089536 | Author: bcss | Hits:

[Windows Developvc_dll

Description: DLL 函数转发 DLL转发启动的方法也是有利有弊的,有利的是,我们可以选择目标程序是谁,如果是某种游戏的盗号木马的话,这种方法是最好的,只要目标游戏 一启动,我们的DLL便进去了,之后就是让盗号者捂嘴偷笑的事了,^_^.这样,平时我们的DLL是不会出现的,在某种程度上,我们的DLL就安全了许 多,如果是开机自启动,就把目标选择成一个系统开机必须加载的EXE.说完了有利的,我在说说弊端吧,如果目标程序没有加载自己的DLL,那么我 们需要劫持的DLL就只有系统的那些DLL文件了,这样很危险,如果你DLL文件出问题就完了,系统DLL一般会有很多程序使用,不过你要感染DLL文 件,这个也不是一种不好的办法 -DLL function to forward DLL forwarding is the pros and cons of starting methods, favorable, we can select the target program who, if the game is a Trojan, then this is the best, as long as the goal of the game A start, we will go in the DLL, then who is to make hacking things ,^_^. Wuzui lucky so our DLL will not usually appear, to some extent, on our DLL Safety Xu More, if it is to start at boot, put the boot target selection must be loaded into a system of EXE. Having a favorable, I talk about the disadvantages of it, if the target program does not load its own DLL, then I We need to hijack the system DLL only those DLL files, and this is very dangerous, if you DLL file problem would be finished, the system generally have a lot of programs use DLL, DLL, but the text you want to infection Pieces, this is not a bad way
Platform: | Size: 1024 | Author: a88758289 | Hits:

[VC/MFCVC_DLL

Description: VC++动态链接库(DLL)编程 在仓库的发展史上经历了“无库 -静态链接库-动态链接库”的时代。静态链接库与动态链接库都是共享代码的方式,如 果采用静态链接库,则无论你愿不愿意,lib 中的指令都被直接包含在最终生成的EXE 文件 中了。但是若使用DLL,该DLL 不必被包含在最终EXE 文件中,EXE 文件执行时可以“动 态”地引用和卸载这个与EXE 独立的DLL 文件。静态链接库和动态链接库的另外一个区 别在于静态链接库中不能再包含其他的动态链接库或者静态库,而在动态链接库中还可以 再包含其他的动态或静态链接库。-VC++ dynamic link library (DLL) programming experienced " no library- static link library- dynamic link library" era in the history of the development of the warehouse. Static link library and dynamic link library code are shared, static link library, whether you would be willing lib instructions are included directly in the resulting EXE file. However, if the use of the DLL, the DLL does not have to be included in the final EXE file, the EXE file execution " dynamic" references and unload the DLL files and EXE. Another difference is that the static link library and dynamic link library can no longer contain static link library dynamic link library or static library, in the dynamic link library can also contain other dynamic or static link library.
Platform: | Size: 867328 | Author: www | Hits:

[Process-Threadvc_dll

Description: 共享内存实现进程通信的例子,包含服务器与客户端的源代码,VS2010 C++ GCC C++ 正常编译-Shared memory communication process examples, including server and client source code, VS2010 C++ GCC C++ normal compiler
Platform: | Size: 327680 | Author: plafun2009 | Hits:

[VC/MFCvc_dll

Description: VC+DLL开发 详细描述了VC工具下DLL的开发-VC+DLL development The development of DLL tool under VC is described in detail.
Platform: | Size: 480256 | Author: 党伟 | Hits:

[Driver DevelopVC_DLL(20100108)

Description: GE-400-SX-LASER库文件源码-GE-400-SV-LASER source code library file
Platform: | Size: 137216 | Author: 林浩 | Hits:

CodeBus www.codebus.net