Link to home
Start Free TrialLog in
Avatar of bradylanter
bradylanter

asked on

C# how to read a memory address value

I am new to C# and using Microsoft Visual C# 2005 Express Edition.

Can you provide me an example of how to read a memory address value from a running process/application?
Avatar of Dmitry G
Dmitry G
Flag of New Zealand image

C# is basicly like Java - you can't read address in a memory (unlike in C).

However have a look at http://www.codeproject.com/csharp/minememoryreader.asp, may be it will give you some idea.
ASKER CERTIFIED SOLUTION
Avatar of chmdznr
chmdznr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial