-
Notifications
You must be signed in to change notification settings - Fork 85
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
Memory high address crash #2
Comments
Thanks for your feedback. |
I'll reproduce it and try to fix it. |
Seems like you have no time for this |
any news on this? @orca-zhang |
I've used MacOS for several years and the disk is not as big to install a windows docker yet. BTW, I think I'm too lazy. But if you can donate for it, it may encourage me to make it better. : ( |
@orca-zhang |
I've tried to reproduce, but failed. Please give me more information about it.
|
|
OK, I'll check it. |
The host binary is 64bit exe, and try to load 32bit dll into a 32 bit exe? |
32bit exe load 64bit dll to 64bit exe |
I've tried both 64bit exe load 32bit dll to a 32 bit exe or 32bit exe load 64bit dll to 64bit exe, both haven't crash, is there any backtrace/stack info or try to check it in normal way. |
If you enable memory high address allocation - x64Call will crash
memory.reg (system need to restart to enable)
I tried change 0x7e (jle singed) to 0x76 (jbe unsigned) , but it didn't help
The text was updated successfully, but these errors were encountered: