C#C
C#12mo ago
mtreit

Finding the base address of a memory string in a running process?

Since managed code moves objects around in memory constantly as part of GC, this doesn't seem like something you should even attempt.
Was this page helpful?