易采下载站下载易语言李光内存操作模块源码—源码之家-易采下载站

下载排行|最近更新

软件
软件
文章
当前位置:首页易语言源码系统工具 → 易语言李光内存操作模块源码 [db:版本]
易语言李光内存操作模块源码

易语言李光内存操作模块源码 [db:版本]

下载地址
  • 软件大小:3.93 KB
  • 软件语言:简体中文
  • 更新时间:2021-04-18
  • 软件类别:国产源码
  • 软件性质:自由软件
  • 运行环境:Winall,Win2003,WinXP,Win7,Win8
  • 软件等级:
  • 官方网址:homepage
  • 演示地址:demo
  • 软件介绍
  • 软件截图
  • 猜你喜欢
  • 同类推荐
  • 相关文章

软件Tags:

易语言李光内存操作模块源码



李光内存操作模块易语言源码


系统结构:GetCurrentProcess,ReadProcessMemory,WriteProcessMemory,GetModuleHandle,GetProcAddress,VirtualAllocEx,VirtualFreeEx,


======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ _读内存
| |
| |------ _写内存
| |
| |------ _取函数地址
| |
| |------ _申请内存
| |
| |------ _释放内存
| |
| |
======调用的Dll
| |
| |---[dll]------ GetCurrentProcess
| |
| |---[dll]------ ReadProcessMemory
| |
| |---[dll]------ WriteProcessMemory
| |
| |---[dll]------ GetModuleHandle
| |
| |---[dll]------ GetProcAddress
| |
| |---[dll]------ VirtualAllocEx
| |
| |---[dll]------ VirtualFreeEx



调用的DLL命令:


.DLL命令 GetCurrentProcess, 整数型, , "GetCurrentProcess"


.DLL命令 ReadProcessMemory, 整数型, , "ReadProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, 字节集, 传址
.参数 nSize, 整数型
.参数 lpNumberOfBytesRead, 整数型


.DLL命令 WriteProcessMemory, 整数型, , "WriteProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, 字节集, 传址
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型


.DLL命令 GetModuleHandle, 整数型, , "GetModuleHandleA"
.参数 lpModuelName, 文本型


.DLL命令 GetProcAddress, 整数型, , "GetProcAddress"
.参数 hModule, 整数型
.参数 lpProcName, 文本型


.DLL命令 VirtualAllocEx, 整数型, , "VirtualAllocEx"
.参数 hProcess, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flAllocationType, 整数型
.参数 flProtect, 整数型


.DLL命令 VirtualFreeEx, 逻辑型, , "VirtualFreeEx"
.参数 hProcess, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 dwFreeType, 整数型

展开内容

下载地址

推荐文章

友情链接关于我们下载帮助(?)联系我们投诉举报

CopyRight © 2010-2023 易采下载 Easck.com , All Rights Reserved 版权所有 蒙ICP备14002389号

声明: 本站所有软件和文章来自互联网 如有异议 请与本站联系

声明: