Hello, everyone.
Here I have a problem, I have two processor swtor.exe. how to take that good?
Code:Memory mem = new Memory("swtor"); public Memory(string sprocess) { //Get the specific process Process[] Processes = Process.GetProcessesByName(sprocess); Process nProcess = Processes[0]; //access to the process Handle = OpenProcess(0x10, false, (uint)nProcess.Id); }