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

Fix/Add missing SetThreadContext #67

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Fix/Add missing SetThreadContext #67

merged 1 commit into from
Mar 10, 2024

Conversation

cursey
Copy link
Owner

@cursey cursey commented Mar 9, 2024

This PR addresses the issue where the thread freezer system (on Windows) could modify a threads IP but that change is never realized because SetThreadContext was never called.

Closes #66

@ifarbod
Copy link

ifarbod commented Mar 9, 2024

Yeah, this is all good now, works as intended!

@cursey cursey merged commit abded75 into main Mar 10, 2024
5 checks passed
@cursey cursey deleted the fix/set-thread-context branch March 10, 2024 02:28
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

Successfully merging this pull request may close these issues.

Missing call to SetThreadContext
2 participants