-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception -1073741820 when using 64bit with MemorySharp-x86-64 #15
Comments
Same problem with calc.exe |
Yea, they dont support x64 apps, only 32bit |
https://github.com/ZenLulz/MemorySharp/tree/x86-64 is the work in progress x64 branch |
As Mr @lolp1 said ! :) |
not yet? |
Hey ! I'm currently working on the update of the library for x64 with another approach in the branch https://github.com/ZenLulz/MemorySharp/tree/deepening-project. This is still heavily in progress since I have only swapped the assembler module and reworked the lib so it can open/read/write x64 process. I'm working on the modules/threading parts soon. You can already compile the code in that branch if you would like a preview of 64-bit support. :) |
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
The text was updated successfully, but these errors were encountered: