-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #66; crash when injecting into 32 bit cmd
Turning on exception support for the whole project in v1.1.21 broke the remote thread injection code, but only for 32 bit final release builds. Now exception support is off by default for the whole project, is forced off for the remote thread injection code, and is only turned on for the terminal code that actually needed it in order to support regular expressions in `console.findprevline()` and `console.findnextline()`.
- Loading branch information
1 parent
7e7957e
commit 3dd4f49
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters