Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 627 Bytes

File metadata and controls

38 lines (18 loc) · 627 Bytes

写内存

在进程指定的内存地址处写入数据。

WriteMemory

权限

无要求

子流程

不支持

运行参数

  • 程序

程序的路径,Windows 系统同名程序可以有多个,可以用程序全路径来区分,支持 Glob 匹配。

  • 地址

用户空间的内存地址。

  • 数据

写入的数据。如果写入字节序列,请使用:Bytes,创建字节序列。

输出

资源