摘要
动态链接技术被Windows应用程序广泛使用,主要特点是应用程序在运行时间动态加载它的代码。本文主要考虑动态链接库的基本机制,详细介绍了Windows动态链接库的调试技术。
Windows DLL technique is all the fashion in modern application development, which is loaded in address of process at the run time of application. In this paper, we explain the basic principle of DLL and introduce technique of debugging DLL in detail.
出处
《科技广场》
2008年第8期125-127,共3页
Science Mosaic
关键词
动态链接库
调试
Dynamic Link Library
Debug