Skip to content
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

WindowsMonitor: allow api calls using other states #492

Open
vitalych opened this issue Mar 4, 2023 · 0 comments
Open

WindowsMonitor: allow api calls using other states #492

vitalych opened this issue Mar 4, 2023 · 0 comments

Comments

@vitalych
Copy link
Member

vitalych commented Mar 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant