Hello, I just switched to C# from Autoit and im having some problems with MemorySharp
The message i get
Code:An unhandled exception of type 'System.ApplicationException' occurred in MemorySharp.dll Additional information: Couldn't get the information from the process, error code '-1073741820'.
What im trying to run.
Code:Process[] processList = Process.GetProcessesByName("wow"); var Memsharp = new MemorySharp(processList[0]); while (true) { }
What i have done:
Added Fasm and BinarySharp to my Refrences (Obtained from MemorySharp (binaries) - Binarysharp)
Tried to build FASM and MemorySharp by my own and replace the binaries from the page.