Skip to content

Releases: BuilderDemo7/LuaRT-Process-Module

Lua 5.4 Process module 0.2

14 Jun 16:24
5a4cada

Choose a tag to compare

  • 0.1-beta
  • fixed WriteProcessMemory() method not writing anything to a program.

HANDLE pHandle = OpenProcess(PROCESS_VM_WRITE | PROCESS_VM_OPERATION, 0, pID); - process.c:48

Lua 5.4 Process module 0.1

14 Jun 03:00
72733c9

Choose a tag to compare

Pre-release

An pre-release of this module in dll

with this module for LuaRT,
you can read and write process memory
and open process window and get their ID.