We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WindowsMonitor caches the currently running pid, tid, and some other properties. This does not support access to properties stored in other states: https://github.com/S2E/s2e/blob/master/libs2eplugins/src/s2e/Plugins/OSMonitors/Windows/WindowsMonitor.h#L432 Trying to do so would cause an assertion violation.
There should be a check for differing state and fallback to a slow path.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WindowsMonitor caches the currently running pid, tid, and some other properties. This does not support access to properties stored in other states: https://github.com/S2E/s2e/blob/master/libs2eplugins/src/s2e/Plugins/OSMonitors/Windows/WindowsMonitor.h#L432
Trying to do so would cause an assertion violation.
There should be a check for differing state and fallback to a slow path.
The text was updated successfully, but these errors were encountered: