memory-editing Questions
4
Solved
I have an address that I would like to modify. I have the process. I have the new value. So now what?
// My Process
var p = Process.GetProcessesByName("ePSXe").FirstOrDefault();
// Address
var ad...
Shigella asked 7/1, 2011 at 6:24
1
Solved
Is there any good and easy-to-use module built in Python for editing memory? Or is there any module like this at all?
What I'm looking for is a way to attach to a process and read from/write to it...
Deem asked 18/8, 2012 at 15:56
1
It's quite difficult to find information about this on the internet, since the magical words "GameShark", "Action Replay", "memory editor" and "memory trainer" trigger lots of BS, so I thought I sh...
Caucasus asked 10/3, 2010 at 4:38
10
Solved
I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a simple WinDbg command that reveals all the mines but it is old, is not ex...
Leopold asked 31/5, 2009 at 4:24
1
© 2022 - 2024 — McMap. All rights reserved.