获取加载模块的内存地址。
Gets the amount of memory that is required to load the module.
现在,我们看看加载模块时的内部函数(参见图4)。
Let's now look at the internal functions for module loading (see Figure 4).
第一行加载模块,然后您创建一个新的Worker对象。
The first line loads the module, then you create a new Worker object.
现在可以加载或卸载这个模块了,然后可以查看它的输出。
You can now load and unload the module and then view its output.
模块必须在使用方法帮助之前加载。
如果模块已经加载并且可用,状态为MODULE_STATE_LIVE。
If the module has been loaded and is available, it is MODULE_STATE_LIVE.
使用此设置可以只加载包括列表中指定的模块的符号。
Use this setting to load symbols for only those modules designated in an include list.
然后我们的DLL模块加载到调用进程的地址空间。
Then we load our DLL module into the address space of the calling process.
进程可将多个模块加载到内存中。
模块已经完成加载,可以开始执行了(但是还没有执行)。
模块已经完成加载,可以开始执行了(但是还没有执行)。
应用推荐