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