-
Notifications
You must be signed in to change notification settings - Fork 563
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
more adaptive new Windows version support #1598
Comments
** TODO initial attempt I put in code that uses the most recent ver enum and a new My test (I disabled identification of win10, and we already have
|
Re-opening as the very next syscall update is using the new versioning scheme where the PEB fields will remain at 10.0.sp0 forever, so we need a new way to detect a new version (probably actual syscall number checks). Xref #1825. |
Today DR bails on a new Windows version. We have code to dynamically acquire syscall numbers (modulo 3rd party hooks) but it's only used in debug build. We should use it in release to at least try to make progress on a new release (still with a warning, but non-fatal).
The text was updated successfully, but these errors were encountered: