Hi,
I'm starting on all of this and I wanted to know how to read/write memory addresses from a Visual Studio APP... I can't get any function or class like "GetProcessMemory" ...
I'm using this dependences
Code:
using System;
using System.Diagnostics;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
Which ones I'm missing?
Sorry for this ultra newbie question... and Thanks