Skip to content
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

Open
roboserg opened this issue Nov 6, 2017 · 6 comments
Open

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

roboserg opened this issue Nov 6, 2017 · 6 comments

Comments

@roboserg
Copy link

roboserg commented Nov 6, 2017

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

@ToxaDev
Copy link

ToxaDev commented Dec 13, 2017

Same problem with calc.exe

@roboserg
Copy link
Author

Yea, they dont support x64 apps, only 32bit

@lolp1
Copy link

lolp1 commented Dec 17, 2017

https://github.com/ZenLulz/MemorySharp/tree/x86-64 is the work in progress x64 branch

@JamesMenetrey
Copy link
Owner

As Mr @lolp1 said ! :)

@lightbringer1
Copy link

not yet?

@JamesMenetrey
Copy link
Owner

JamesMenetrey commented Apr 2, 2019

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants