Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 329 Bytes

MetaMemory

A command line tool to manipulate the memory of other processes.

Usage:

Write to memory adress: MetaMemory.exe -w ProcessName Adress Value

Example: MetaMemory.exe -w ExampleProgram.exe 7D3EFFF 5

Read from memory adress: MetaMemory.exe -r ProcessName Adress

Example: MetaMemory.exe -r ExampleProgram.exe 7D3EFFF