//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言通过内存调用支持库模块源码
系统结构:内存载入支持库,取支持库命令,取支持库常量,取数据列表,取数据成员,取命令参数,取命令列表,取常量列表,Call,FreeMemLibrary,GetMemProcAddress,lstrcpyn_字节集,lstrcpyn_文本型,RtlMoveMemory_支持库,RtlMoveMemory_命令,RtlMoveMemory_参数,RtlMoveMemory_常量,RtlMoveMemory_数据,RtlMoveMemory_成员,
======程序集1
| |
| |------ _启动子程序
| |
| |------ 内存载入支持库
| |
| |------ 取支持库命令
| |
| |------ 取支持库常量
| |
| |------ 取数据列表
| |
| |------ 取数据成员
| |
| |------ 取命令参数
| |
| |------ 取命令列表
| |
| |------ 取常量列表
| |
| |------ Call
| |
| |------ FreeMemLibrary
| |
| |------ GetMemProcAddress
| |
| |
======调用的Dll
| |
| |---[dll]------ lstrcpyn_字节集
| |
| |---[dll]------ lstrcpyn_文本型
| |
| |---[dll]------ RtlMoveMemory_支持库
| |
| |---[dll]------ RtlMoveMemory_命令
| |
| |---[dll]------ RtlMoveMemory_参数
| |
| |---[dll]------ RtlMoveMemory_常量
| |
| |---[dll]------ RtlMoveMemory_数据
| |
| |---[dll]------ RtlMoveMemory_成员
调用的DLL命令:
.DLL命令 lstrcpyn_字节集, 整数型, "kernel32.dll", "lstrcpyn"
.参数 数据1, 字节集, 传址, lpString1
.参数 数据2, 字节集, 传址, lpString2
.参数 数据长度, 整数型, , iMaxLength
.DLL命令 lstrcpyn_文本型, 整数型, "kernel32.dll", "lstrcpyn"
.参数 数据1, 文本型, 传址, lpString1
.参数 数据2, 文本型, 传址, lpString2
.参数 数据长度, 整数型, , iMaxLength
.DLL命令 RtlMoveMemory_支持库, 整数型, "kernel32", "RtlMoveMemory"
.参数 目的地址, 支持库信息, , any
.参数 源地址, 整数型, , any
.参数 复制尺寸, 整数型
.DLL命令 RtlMoveMemory_命令, 整数型, "kernel32", "RtlMoveMemory"
.参数 目的地址, 命令信息, , any
.参数 源地址, 整数型, , any
.参数 复制尺寸, 整数型
.DLL命令 RtlMoveMemory_参数, , "kernel32", "RtlMoveMemory"
.参数 目的地址, 参数信息, , any
.参数 源地址, 整数型, , any
.参数 复制尺寸, 整数型
.DLL命令 RtlMoveMemory_常量, , "kernel32", "RtlMoveMemory"
.参数 目的地址, 常量信息, , any
.参数 源地址, 整数型, , any
.参数 复制尺寸, 整数型
.DLL命令 RtlMoveMemory_数据, , "kernel32", "RtlMoveMemory"
.参数 目的地址, 数据结构, , any
.参数 源地址, 整数型, , any
.参数 复制尺寸, 整数型
.DLL命令 RtlMoveMemory_成员, , "kernel32", "RtlMoveMemory"
.参数 目的地址, 成员结构, , any
.参数 源地址, 整数型, , any
.参数 复制尺寸, 整数型
