MemorySharp icon indicating copy to clipboard operation
MemorySharp copied to clipboard

Exception -1073741820 when using 64bit with MemorySharp-x86-64

Open roboserg opened this issue 6 years ago • 6 comments

I compiled MemorySharp-x86-64, but when I try to create a MemorySharp class of the 64 bit app it crashes:

Process Process = Process.GetProcessesByName("notepad").FirstOrDefault(); var sharp = new MemorySharp(Process); // crashes here

Picture - https://puu.sh/yfQ03/9031193d78.png Error - https://puu.sh/yfQt7/4d99013e29.png

roboserg avatar Nov 06 '17 05:11 roboserg