Memory Patch Wiki
Status: Alpha
Brought to you by:
shawndfl
This program was designed to read and write memory for zsnes. You can search for a value in that can be almost any data type and save it.
Memory Patch reads and writes memory by attaching to a process or creating a process. The work flow for using Memory Patch is:
1) Attach to a process
2) Search for the value in that processes memory.
3) describe that value by adding it to a group and naming it.
3) create a c# plugin to customize how you want to poke, freeze, and read memory for this process.