I'm trying to read a specific memory address from a selected Process.
I've never done anything like this, but I believe some languages have ReadProcessMemory & WriteProcessMemory Methods. But I can't find a specific one for C#, much less how to control their arguments.
I found one way to find the process in memory, and the following code will in fact shutdown the program.
But I want to access its' memory space to read and eventually modify the memory space using memory addresses.
Question
+Fulcrum Subscriber¹
I'm trying to read a specific memory address from a selected Process.
I've never done anything like this, but I believe some languages have ReadProcessMemory & WriteProcessMemory Methods. But I can't find a specific one for C#, much less how to control their arguments.
I found one way to find the process in memory, and the following code will in fact shutdown the program.
But I want to access its' memory space to read and eventually modify the memory space using memory addresses.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts