cemu
cemu copied to clipboard
cemu crash when pushing 32 bit regs in a 64 bit context
Hi, when we attempt to push a 32 bit register into the stack in a 64 bit context :
push eax
Considering the context, the instruction is invalid, but this cause the pyQT window to stop responding to, finally causing the program to crash. (maybe an unhandled exception during assembling instruction with keystone ?)
Correct, the instruction is invalid. Nonetheless it shouldn't crash. Try again with the latest version (which has hardcoded requirements), it does crash.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. You can reopen it by adding a comment to this issue.
This issue has been automatically closed because it has not had recent activity. If you are the owner of this issue, you can either re-open it and provide a more complete description; or create a new issue. Thank you for your contributions.