MetaIdea / MetaMemory

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%