Menu

Home

Shawn

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.

Screenshot thumbnail
Memory Patch


Project Admins:

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.