Top "Memory-editing" questions

Use this tag for questions related to memory editing; involves modifying the memory values.

How can I find the data structure that represents mine layout of Minesweeper in memory?

I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a …

reverse-engineering windbg ida minesweeper memory-editing
How can I write on another process memory?

I have an address that I would like to modify. I have the process. I have the new value. So …

c# process memory-editing