Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27513

VS 2010 How to view RAM from processes?

$
0
0
I've got this, which I found someone on here:
Code:

TextBox1.Text = String.Join(" ", IO.File.ReadAllBytes(OpenFileDialog1.FileName).Select(Function(b) b.ToString("X2")).ToArray())
As you can see it displays the bytes from the file opened in "OpenFileDialog1". Is it as simple as changing "OpenFileDialog1.Filename" to something to view a processes RAM? Or is it more complex?

Viewing all articles
Browse latest Browse all 27513

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>