易语言内存自定义数据类型源码
系统结构:WriteProcessMemory,VirtualAllocEx,RtlMoveMemory,GetCurrentProcess,LocalSize,
======窗口程序集1
| |
| |------ _启动子程序
| |
| |
======调用的Dll
| |
| |---[dll]------ WriteProcessMemory
| |
| |---[dll]------ VirtualAllocEx
| |
| |---[dll]------ RtlMoveMemory
| |
| |---[dll]------ GetCurrentProcess
| |
| |---[dll]------ LocalSize
调用的DLL命令:
.DLL命令 WriteProcessMemory, 整数型, , "WriteProcessMemory"
.参数 hProcess, 整数型
.参数 lpBasseAddress, 整数型
.参数 lpBuffer, 整数型
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型
.DLL命令 VirtualAllocEx, 整数型, , "VirtualAllocEx"
.参数 hProcess, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flAllocationType, 整数型
.参数 flProtect, 整数型
.DLL命令 RtlMoveMemory, 整数型, , "RtlMoveMemory"
.参数 Destination, Struct, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 GetCurrentProcess, 整数型, , "GetCurrentProcess"
.DLL命令 LocalSize, 整数型, , "LocalSize"
.参数 a, Struct
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。