-
Notifications
You must be signed in to change notification settings - Fork 178
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
Crashes on injection for certain games #60
Comments
Remote injection is failing, this could be a memory protection issue or similar employed by the game. Requires further investigation with Overwatch. |
Seeing a similar problem with PUBG. The inner exception is:
|
Here's what I tried with a couple of games that gave me similar exceptions.
In my attempts, I tested the above changes against games where the usual Inject Method worked just to make sure all is well. CreateAndInject worked too. It also worked on apps like mspaint.exe (all unmanaged targets) When it fails on both games, the exception has now changed to : This is somehow similar to (although it deals with managed): |
For sure doesnt work for overwatch, throws failed injection even if i dont use auto detect, anything i should do? heres the inner exception
"ApplicationException: STATUS_INTERNAL_ERROR: Unknown error in injected assembler code. (Code: 175439872)"
The text was updated successfully, but these errors were encountered: