Click here to Skip to main content
15,911,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am creating an application in C#.
In which I am required to access RAM data of a process with its Process ID,and display it on Screen..
I am using C#.Net 3.5 version.
Posted
Comments
johannesnestler 25-Apr-14 6:52am    
Access RAM data - hmmm - you mean "memory consumption" of your process?
[no name] 25-Apr-14 7:53am    
no..Access RAM data means I want to access tha data or contents of a Notepad.exe.
Sergey Alexandrovich Kryukov 25-Apr-14 7:54am    
Why?!
—SA

1 solution

you could start by looking here C# Read/Write another Process' Memory[^]

'g'
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Apr-14 7:55am    
5ed.
—SA
[no name] 29-Apr-14 5:25am    
IS OLLYDBg any software which i have to download?
Garth J Lancaster 29-Apr-14 6:06am    
its a disassembler - it may show you where your data is for a process

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900