Releases: BuilderDemo7/LuaRT-Process-Module
Releases · BuilderDemo7/LuaRT-Process-Module
Lua 5.4 Process module 0.2
- 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
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.